From ca7bb4a2bf25b18014dbed47aa5a375d752f5692 Mon Sep 17 00:00:00 2001 From: chriswombat Date: Wed, 5 Aug 2009 08:10:42 +0000 Subject: Changed Inkscape logo icon mapping from "inkscape" to "inkscape-logo" as "inkscape" wasn't working (probably some obscure bug somewhere with a reserved name or similar). This fixes the problem where the About Inkscape menu item in Help had a broken image picture rather than the Inkscape logo (on Win32 at least). (bzr r8411) --- src/widgets/icon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/icon.cpp') diff --git a/src/widgets/icon.cpp b/src/widgets/icon.cpp index 5e47bd8e4..56602962d 100644 --- a/src/widgets/icon.cpp +++ b/src/widgets/icon.cpp @@ -381,7 +381,7 @@ static void setupLegacyNaming() { legacyNames["text-unkern"] ="remove_manual_kerns"; legacyNames["help-keyboard-shortcuts"] ="help_keys"; legacyNames["help-contents"] ="help_tutorials"; - legacyNames["inkscape"] ="inkscape_options"; + legacyNames["inkscape-logo"] ="inkscape_options"; legacyNames["dialog-memory"] ="about_memory"; legacyNames["tool-pointer"] ="draw_select"; legacyNames["tool-node-editor"] ="draw_node"; -- cgit v1.2.3