diff options
| author | chriswombat <chriswombat@users.sourceforge.net> | 2009-08-05 08:10:42 +0000 |
|---|---|---|
| committer | chriswombat <chriswombat@users.sourceforge.net> | 2009-08-05 08:10:42 +0000 |
| commit | ca7bb4a2bf25b18014dbed47aa5a375d752f5692 (patch) | |
| tree | 853ec705a04b3cde44f8f97ab3b7e7bcea524400 /src/widgets | |
| parent | struct Document->class Document (diff) | |
| download | inkscape-ca7bb4a2bf25b18014dbed47aa5a375d752f5692.tar.gz inkscape-ca7bb4a2bf25b18014dbed47aa5a375d752f5692.zip | |
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)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/icon.cpp | 2 | ||||
| -rw-r--r-- | src/widgets/mappings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
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"; diff --git a/src/widgets/mappings.xml b/src/widgets/mappings.xml index f142c450c..2de3ff545 100644 --- a/src/widgets/mappings.xml +++ b/src/widgets/mappings.xml @@ -113,7 +113,7 @@ <!-- help menu --> <remap id='help_keys' newid='help-keyboard-shortcuts'/> <remap id='help_tutorials' newid='help-contents'/> - <remap id='inkscape_options' newid='inkscape'/> + <remap id='inkscape_options' newid='inkscape-logo'/> <remap id='about_memory' newid='dialog-memory'/> <!-- tools --> |
