diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-09-06 00:50:01 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-09-06 00:50:01 +0800 |
commit | 73d28bcf0b72658c77272b01a1c338f8c0fe7662 (patch) | |
tree | c7942c691b5f553d71f987559da5a33e0fe900e9 /src/ppview-toolbar.c | |
parent | ac762623eea794b629452b1625835f97b02234c9 (diff) | |
download | gsoc2013-epiphany-73d28bcf0b72658c77272b01a1c338f8c0fe7662.tar.gz 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/ppview-toolbar.c')
-rwxr-xr-x | src/ppview-toolbar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ppview-toolbar.c b/src/ppview-toolbar.c index 1f7c2c224..a9e303afd 100755 --- a/src/ppview-toolbar.c +++ b/src/ppview-toolbar.c @@ -244,6 +244,7 @@ ppview_toolbar_set_window (PPViewToolbar *t, EphyWindow *window) t->priv->original_mask = ephy_window_get_chrome (window); t->priv->action_group = gtk_action_group_new ("PPViewActions"); + gtk_action_group_set_translation_domain (t->priv->action_group, NULL); gtk_action_group_add_actions (t->priv->action_group, entries, n_entries, t); gtk_ui_manager_insert_action_group (t->priv->ui_merge, |