]> git.sur5r.net Git - glabels/commitdiff
2008-12-14 Jim Evins <evins@snaught.com>
authorJim Evins <evins@snaught.com>
Mon, 15 Dec 2008 04:25:47 +0000 (04:25 +0000)
committerJim Evins <evins@snaught.com>
Mon, 15 Dec 2008 04:25:47 +0000 (04:25 +0000)
* 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
glabels2/src/ui.c

index 98010a777108e213118ac2569cff5b327be1d94a..5d8133b30ec3d9c49155233f24b62f353f3350d7 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-14  Jim Evins  <evins@snaught.com>
+
+       * src/ui.c: (gl_ui_new):
+               Bug #2395628.  Fixed i18n for application shell.
+       
 2008-12-14  Jim Evins  <evins@snaught.com>
 
        * configure.in:
index ab6e2067e6873e9c74b5a897efd87f1ffcab6e70..f8cbd1280e4ac2f3046d15e3d75093777408eadc 100644 (file)
@@ -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,