diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2011-08-29 19:20:45 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2011-08-29 19:20:45 +0000 |
| commit | 82b22601b4f4c78e4e42f2681d8dcdcc513d0a56 (patch) | |
| tree | ab92ae9611689a8c19b8c1d86f007a48e0de49f3 /src | |
| parent | Extensions. Fix for bug #813807 (Python error message window opens in a maxim... (diff) | |
| download | inkscape-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.cpp | 2 |
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"), |
