mirror of https://github.com/GNOME/gimp.git
app: OS X specific "About" menu label
Manally picked that change from commit 7a75d4df
from gimp-2-8.
This commit is contained in:
parent
9095f8998d
commit
98dddc3866
|
@ -259,11 +259,13 @@ static const GimpStringActionEntry dialogs_toplevel_actions[] =
|
||||||
GIMP_HELP_TIPS_DIALOG },
|
GIMP_HELP_TIPS_DIALOG },
|
||||||
|
|
||||||
{ "dialogs-about", "help-about",
|
{ "dialogs-about", "help-about",
|
||||||
#if defined(G_OS_WIN32) || defined(PLATFORM_OSX)
|
#if defined(G_OS_WIN32)
|
||||||
NC_("dialogs-action", "About GIMP"),
|
NC_("dialogs-action", "About GIMP"),
|
||||||
|
#elif defined(PLATFORM_OSX)
|
||||||
|
NC_("dialogs-action", "About"),
|
||||||
#else /* UNIX: use GNOME HIG */
|
#else /* UNIX: use GNOME HIG */
|
||||||
NC_("dialogs-action", "_About"),
|
NC_("dialogs-action", "_About"),
|
||||||
#endif /* G_OS_WIN32 */
|
#endif
|
||||||
NULL,
|
NULL,
|
||||||
NC_("dialogs-action", "About GIMP"),
|
NC_("dialogs-action", "About GIMP"),
|
||||||
"gimp-about-dialog",
|
"gimp-about-dialog",
|
||||||
|
|
Loading…
Reference in New Issue