diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-12-17 04:12:30 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-12-17 04:12:30 +0000 |
| commit | 5982a91e8e0aea5871c36350b888693340e54c9d (patch) | |
| tree | b40d59bdbb0cc44eafb1bd14a8fa0570506e7abc /src/verbs.cpp | |
| parent | Translations. po files update; fix Ahmaric header. (diff) | |
| download | inkscape-5982a91e8e0aea5871c36350b888693340e54c9d.tar.gz inkscape-5982a91e8e0aea5871c36350b888693340e54c9d.zip | |
Simple first pass for rough timing
(bzr r9955.1.1)
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 a218e85db..c1726ecd4 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2314,7 +2314,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"), GTK_STOCK_SELECT_ALL), + N_("Select all objects or all nodes"), "fooble"),//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"), |
