summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e8db78b)
raw | patch | inline | side by side (parent: e8db78b)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Thu, 1 Jan 2009 23:07:07 +0000 (23:07 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Thu, 1 Jan 2009 23:07:07 +0000 (23:07 +0000) |
src/verbs.cpp | patch | blob | history |
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 36e4efaf9396e2d962710c91680a1fe5da3d73d4..46dc868232a473c9ccf487fe8febdb6487bada49 100644 (file)
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
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"), "edit-select-all"),
+ N_("Select all objects or all nodes"), "selection_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"), "selection_select_all_in_all_layers"),
new EditVerb(SP_VERB_EDIT_INVERT, "EditInvert", N_("In_vert Selection"),