aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-09-06 00:50:01 +0800
committerChristian Persch <chpe@src.gnome.org>2003-09-06 00:50:01 +0800
commit73d28bcf0b72658c77272b01a1c338f8c0fe7662 (patch)
treec7942c691b5f553d71f987559da5a33e0fe900e9 /src/ephy-history-window.c
parentac762623eea794b629452b1625835f97b02234c9 (diff)
downloadgsoc2013-epiphany-73d28bcf0b72658c77272b01a1c338f8c0fe7662.tar
gsoc2013-epiphany-73d28bcf0b72658c77272b01a1c338f8c0fe7662.tar.gz
gsoc2013-epiphany-73d28bcf0b72658c77272b01a1c338f8c0fe7662.tar.bz2
gsoc2013-epiphany-73d28bcf0b72658c77272b01a1c338f8c0fe7662.tar.lz
gsoc2013-epiphany-73d28bcf0b72658c77272b01a1c338f8c0fe7662.tar.xz
gsoc2013-epiphany-73d28bcf0b72658c77272b01a1c338f8c0fe7662.tar.zst
gsoc2013-epiphany-73d28bcf0b72658c77272b01a1c338f8c0fe7662.zip
Use gtk_action_group_set_translation_domain() to restore menu and popup
2003-09-05 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): * src/ephy-history-window.c: (ephy_history_window_construct): * src/ephy-window.c: (setup_window): * src/ppview-toolbar.c: (ppview_toolbar_set_window): Use gtk_action_group_set_translation_domain() to restore menu and popup i18n.
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index 711a93332..7df319818 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -963,6 +963,7 @@ ephy_history_window_construct (EphyHistoryWindow *editor)
gtk_window_add_accel_group (GTK_WINDOW (editor),
gtk_ui_manager_get_accel_group (ui_merge));
action_group = gtk_action_group_new ("PopupActions");
+ gtk_action_group_set_translation_domain (action_group, NULL);
gtk_action_group_add_actions (action_group, ephy_history_ui_entries,
ephy_history_ui_n_entries, editor);
gtk_ui_manager_insert_action_group (ui_merge,