From 85256c10a275c37d1efaa115840f0b7bb1f3d171 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Mon, 15 Dec 2008 04:25:47 +0000 Subject: [PATCH] 2008-12-14 Jim Evins * src/ui.c: (gl_ui_new): Bug #2395628. Fixed i18n for application shell. git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/branches/glabels-2_2@800 f5e0f49d-192f-0410-a22d-a8d8700d0965 --- glabels2/ChangeLog | 5 +++++ glabels2/src/ui.c | 1 + 2 files changed, 6 insertions(+) diff --git a/glabels2/ChangeLog b/glabels2/ChangeLog index 98010a77..5d8133b3 100644 --- a/glabels2/ChangeLog +++ b/glabels2/ChangeLog @@ -1,3 +1,8 @@ +2008-12-14 Jim Evins + + * src/ui.c: (gl_ui_new): + Bug #2395628. Fixed i18n for application shell. + 2008-12-14 Jim Evins * configure.in: diff --git a/glabels2/src/ui.c b/glabels2/src/ui.c index ab6e2067..f8cbd128 100644 --- a/glabels2/src/ui.c +++ b/glabels2/src/ui.c @@ -775,6 +775,7 @@ gl_ui_new (glWindow *window) G_CALLBACK (disconnect_proxy_cb), window); actions = gtk_action_group_new ("Actions"); + gtk_action_group_set_translation_domain (actions, NULL); gtk_action_group_add_actions (actions, entries, n_entries, GTK_WINDOW (window)); gtk_action_group_add_toggle_actions (actions, toggle_entries, n_toggle_entries, -- 2.39.5