summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-07-19 18:48:54 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-07-19 19:01:15 +0000
commitc28fc0de7a153745198e9c6fad2e83b19cc73bb4 (patch)
tree8cd2b73f66c89310a626326fbf56caad6e0c3be1 /src/verbs.cpp
parenticons: replace deprecated gtk stock icons (diff)
downloadinkscape-c28fc0de7a153745198e9c6fad2e83b19cc73bb4.tar.gz
inkscape-c28fc0de7a153745198e9c6fad2e83b19cc73bb4.zip
icons: do not re-use 'layer-rename' for "Move selection to layer"
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index faa34b387..7a9f32a0e 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2800,7 +2800,7 @@ Verb *Verb::_base_verbs[] = {
new LayerVerb(SP_VERB_LAYER_MOVE_TO_PREV, "LayerMoveToPrev", N_("Move Selection to Layer Bel_ow"),
N_("Move selection to the layer below the current"), INKSCAPE_ICON("selection-move-to-layer-below")),
new LayerVerb(SP_VERB_LAYER_MOVE_TO, "LayerMoveTo", N_("Move Selection to Layer..."), N_("Move selection to layer"),
- INKSCAPE_ICON("layer-rename")),
+ INKSCAPE_ICON("selection-move-to-layer")),
new LayerVerb(SP_VERB_LAYER_TO_TOP, "LayerToTop", N_("Layer to _Top"), N_("Raise the current layer to the top"),
INKSCAPE_ICON("layer-top")),
new LayerVerb(SP_VERB_LAYER_TO_BOTTOM, "LayerToBottom", N_("Layer to _Bottom"),