[gtk-mac-integration] update localization table name
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-mac-integration] update localization table name
- Date: Sun, 21 Dec 2014 19:19:25 +0000 (UTC)
commit 1355abbc5bf12bb9d19771096b9c8d4a74ff5717
Author: Kevin Bernhagen <calxalot gmail com>
Date: Sat Nov 29 16:54:58 2014 -0800
update localization table name
src/gtkosxapplication_quartz.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gtkosxapplication_quartz.c b/src/gtkosxapplication_quartz.c
index eb756cf..1f55db7 100644
--- a/src/gtkosxapplication_quartz.c
+++ b/src/gtkosxapplication_quartz.c
@@ -228,7 +228,7 @@ create_apple_menu (GtkosxApplication *self)
// Create the application (Apple) menu.
NSMenu *app_menu = [[[NSMenu alloc] initWithTitle: @"Apple Menu"] autorelease];
NSString *title = NSLocalizedStringFromTable (@"Services",
- @"GtkOSXApplication",
+ @"GtkosxApplication",
@"Services Menu title");
NSMenu *menuServices = [[[NSMenu alloc] initWithTitle: title] autorelease];
NSString *appname = get_application_name ();
@@ -293,7 +293,7 @@ static _GNSMenuItem *
create_window_menu (GtkosxApplication *self)
{
NSString *title = NSLocalizedStringFromTable (@"Window",
- @"GtkOSXApplication",
+ @"GtkosxApplication",
@"Window Menu title");
NSMenu *window_menu = [[[NSMenu alloc] initWithTitle: title] autorelease];
GtkMenuBar *menubar = [(_GNSMenuBar*)[NSApp mainMenu] menuBar];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]