diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-04-11 19:50:11 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2009-04-11 19:50:11 +0000 |
| commit | 8fb3cfad68a1a8d98b8cf909354787a394c82f39 (patch) | |
| tree | 8965c08714571df827dbe5206331ea72d20191a7 /src/verbs.cpp | |
| parent | add uniconvertor sk1 export (as used for sk1 import) (diff) | |
| download | inkscape-8fb3cfad68a1a8d98b8cf909354787a394c82f39.tar.gz inkscape-8fb3cfad68a1a8d98b8cf909354787a394c82f39.zip | |
Fix the "select all" icon and remove stuff causing problems from widgets/icon.cpp
(bzr r7685)
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 06abe9369..dd4de682d 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2328,7 +2328,7 @@ Verb *Verb::_base_verbs[] = { new EditVerb(SP_VERB_EDIT_CLEAR_ALL, "EditClearAll", N_("Clea_r All"), N_("Delete all objects from document"), NULL), new EditVerb(SP_VERB_EDIT_SELECT_ALL, "EditSelectAll", N_("Select Al_l"), - N_("Select all objects or all nodes"), INKSCAPE_ICON_EDIT_SELECT_ALL), + N_("Select all objects or all nodes"), GTK_STOCK_SELECT_ALL), new EditVerb(SP_VERB_EDIT_SELECT_ALL_IN_ALL_LAYERS, "EditSelectAllInAllLayers", N_("Select All in All La_yers"), N_("Select all objects in all visible and unlocked layers"), INKSCAPE_ICON_EDIT_SELECT_ALL_LAYERS), new EditVerb(SP_VERB_EDIT_INVERT, "EditInvert", N_("In_vert Selection"), |
