From 82b22601b4f4c78e4e42f2681d8dcdcc513d0a56 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Mon, 29 Aug 2011 21:20:45 +0200 Subject: UI. Fix for bug #817249 (Help->About Inkscape icon missing in rev 10505, Win32). (bzr r10599) --- src/verbs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/verbs.cpp') 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"), -- cgit v1.2.3