aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-encoding-menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-encoding-menu.c')
-rw-r--r--src/ephy-encoding-menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-encoding-menu.c b/src/ephy-encoding-menu.c
index f2b1b1e2c..09e3b10b1 100644
--- a/src/ephy-encoding-menu.c
+++ b/src/ephy-encoding-menu.c
@@ -282,7 +282,7 @@ ephy_encoding_menu_rebuild (EphyEncodingMenu *wrhm)
ephy_embed_single_get_language_groups (single, &groups);
xml = g_string_new (NULL);
- g_string_append (xml, "<ui><menubar><menu name=\"ViewMenu\">"
+ g_string_append (xml, "<ui><menubar><menu name=\"ViewMenu\" action=\"View\">"
"<placeholder name=\"ViewEncodingsPlaceholder\">"
"<menu name=\"ViewEncodingMenu\" action=\"ViewEncoding\">");