summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2011-08-29 19:20:45 +0000
committerJazzyNico <nicoduf@yahoo.fr>2011-08-29 19:20:45 +0000
commit82b22601b4f4c78e4e42f2681d8dcdcc513d0a56 (patch)
treeab92ae9611689a8c19b8c1d86f007a48e0de49f3 /src
parentExtensions. Fix for bug #813807 (Python error message window opens in a maxim... (diff)
downloadinkscape-82b22601b4f4c78e4e42f2681d8dcdcc513d0a56.tar.gz
inkscape-82b22601b4f4c78e4e42f2681d8dcdcc513d0a56.zip
UI. Fix for bug #817249 (Help->About Inkscape icon missing in rev 10505, Win32).
(bzr r10599)
Diffstat (limited to 'src')
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 43d100138..7de95b332 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2592,7 +2592,7 @@ Verb *Verb::_base_verbs[] = {
new HelpVerb(SP_VERB_HELP_MEMORY, "HelpAboutMemory", N_("About _Memory"),
N_("Memory usage information"), INKSCAPE_ICON("dialog-memory")),
new HelpVerb(SP_VERB_HELP_ABOUT, "HelpAbout", N_("_About Inkscape"),
- N_("Inkscape version, authors, license"), INKSCAPE_ICON("inkscape")),
+ N_("Inkscape version, authors, license"), INKSCAPE_ICON("inkscape-logo")),
//new HelpVerb(SP_VERB_SHOW_LICENSE, "ShowLicense", N_("_License"),
// N_("Distribution terms"), /*"show_license"*/"inkscape_options"),