summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8680124)
raw | patch | inline | side by side (parent: 8680124)
author | Jon A. Cruz <jon@joncruz.org> | |
Tue, 21 Dec 2010 08:10:34 +0000 (00:10 -0800) | ||
committer | Jon A. Cruz <jon@joncruz.org> | |
Tue, 21 Dec 2010 08:10:34 +0000 (00:10 -0800) |
src/verbs.cpp | patch | blob | history |
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 00a82624bddac847137f697289181fa21b99f4f6..4cdad7d36cc8aa5692de64d1b294e5979529e397 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"), "fooble"),//GTK_STOCK_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"),