GNOME Bugzilla – Bug 438901
fix programme name in about dialogue
Last modified: 2007-06-18 21:27:36 UTC
Since nautilus is "Nautilus" in about but "File Manager" as g_set_application_name, we have to set the 'program-name' property explicitly; see bug 345822.
Created attachment 88292 [details] [review] patch
Thanks, it's on HEAD (after changing #ifdef to #if): 2007-06-18 Martin Wehner <martin.wehner@gmail.com> * src/nautilus-window-menus.c: (action_about_nautilus_callback): Set program-name instead of deprecated name property and mark the website-label for translation (#438901). Patch from Christian Persch <chpe@gnome.org>