diff options
| author | Denis Declara <declara91@gmail.com> | 2012-03-21 18:16:04 +0000 |
|---|---|---|
| committer | Denis Declara <declara91@gmail.com> | 2012-03-21 18:16:04 +0000 |
| commit | fbf20a8af5f761390e447ac50c52135020dabf32 (patch) | |
| tree | 895a98b0ef06eb68ace64bd1fcfb7ee5b0af48a8 /src/verbs.cpp | |
| parent | Merged with trunk (diff) | |
| parent | Preferences. New desktop integration preference for Windows users (native/gtk... (diff) | |
| download | inkscape-fbf20a8af5f761390e447ac50c52135020dabf32.tar.gz inkscape-fbf20a8af5f761390e447ac50c52135020dabf32.zip | |
trunk merge
(bzr r11073.1.2)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 6abd119c5..b00315248 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2399,7 +2399,7 @@ Verb *Verb::_base_verbs[] = { new LayerVerb(SP_VERB_LAYER_LOWER, "LayerLower", N_("_Lower Layer"), N_("Lower the current layer"), INKSCAPE_ICON("layer-lower")), new LayerVerb(SP_VERB_LAYER_DUPLICATE, "LayerDuplicate", N_("D_uplicate Current Layer"), - N_("Duplicate an existing layer"), NULL), + N_("Duplicate an existing layer"), INKSCAPE_ICON("layer-duplicate")), new LayerVerb(SP_VERB_LAYER_DELETE, "LayerDelete", N_("_Delete Current Layer"), N_("Delete the current layer"), INKSCAPE_ICON("layer-delete")), new LayerVerb(SP_VERB_LAYER_SOLO, "LayerSolo", N_("_Show/hide other layers"), |
