From 201f2a40e2fb3af40691fd0dcc5f05fcdb8fb0b0 Mon Sep 17 00:00:00 2001 From: johanengelen Date: Thu, 1 Jan 2009 23:07:07 +0000 Subject: [PATCH] revert 19261 partly, to fix toolbar icon loading on windows. disabled themed loading of that icon, but the 2 related icons next to it are not themed either. the themed icon does work on windows for the edit menu, so the problem lies in the differences between toolbar and menu icon loading i suppose. --- src/verbs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/verbs.cpp b/src/verbs.cpp index 36e4efaf9..46dc86823 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2309,7 +2309,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"), "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"), -- 2.30.2