app: OS X specific "About" menu label

Manally picked that change from commit 7a75d4df from gimp-2-8.
This commit is contained in:
Michael Natterer 2014-09-17 12:22:25 +02:00
parent 9095f8998d
commit 98dddc3866
1 changed files with 4 additions and 2 deletions

View File

@ -259,11 +259,13 @@ static const GimpStringActionEntry dialogs_toplevel_actions[] =
GIMP_HELP_TIPS_DIALOG },
{ "dialogs-about", "help-about",
#if defined(G_OS_WIN32) || defined(PLATFORM_OSX)
#if defined(G_OS_WIN32)
NC_("dialogs-action", "About GIMP"),
#elif defined(PLATFORM_OSX)
NC_("dialogs-action", "About"),
#else /* UNIX: use GNOME HIG */
NC_("dialogs-action", "_About"),
#endif /* G_OS_WIN32 */
#endif
NULL,
NC_("dialogs-action", "About GIMP"),
"gimp-about-dialog",