diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2012-03-21 12:28:40 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2012-03-21 12:28:40 +0000 |
| commit | c90489aaacb840077f8846f5b1313eb28051d03a (patch) | |
| tree | fa3523dd7f1f36d6e3be14ac5275f5b924d8af47 /src/verbs.cpp | |
| parent | Fix for 959223 : Object selection messes up styles, regression from r11082 (diff) | |
| download | inkscape-c90489aaacb840077f8846f5b1313eb28051d03a.tar.gz inkscape-c90489aaacb840077f8846f5b1313eb28051d03a.zip | |
UI. Patch for Bug #789797 (Add an icon/definiton for Duplicate Current Layer).
Fixed bugs:
- https://launchpad.net/bugs/789797
(bzr r11108)
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"), |
