[genius] Fixed I18N for menubar



commit 2b580213562a4b9e0be6cd729cb4d45a822d3de3
Author: Marek Äernockà <marek manet cz>
Date:   Wed Jun 22 06:36:53 2011 +0200

    Fixed I18N for menubar

 src/gnome-genius.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-genius.c b/src/gnome-genius.c
index b59e87b..b4f970d 100644
--- a/src/gnome-genius.c
+++ b/src/gnome-genius.c
@@ -684,6 +684,7 @@ add_main_window_contents (GtkWidget *window, GtkWidget *notebook)
 	stock_init ();
 
 	actions = gtk_action_group_new ("Actions");
+	gtk_action_group_set_translation_domain (actions, GETTEXT_PACKAGE);
 	gtk_action_group_add_actions (actions, entries, n_entries, NULL);
 
 	/* FIXME: I have no clue if this is correct, but I can't find any docs



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]