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/ui | |
| 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/ui')
| -rw-r--r-- | src/ui/icon-names.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/icon-names.h b/src/ui/icon-names.h index 3332dd8cf..f9a6f2a7d 100644 --- a/src/ui/icon-names.h +++ b/src/ui/icon-names.h @@ -235,7 +235,7 @@ #define INKSCAPE_ICON_IMAGE_FILTER_TURBULENCE \ "image-filter-turbulence" #define INKSCAPE_ICON_INKSCAPE \ - "inkscape" + "inkscape-logo" #define INKSCAPE_ICON_LAYER_BOTTOM \ "layer-bottom" #define INKSCAPE_ICON_LAYER_DELETE \ |
