diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-24 21:18:17 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-24 21:18:17 +0800 |
commit | eb1c43c071359ee3c8685dbb1387502a66b9dd42 (patch) | |
tree | ba1ca7974a297fb6fc44b3c475225fa37888a2ee | |
parent | eeeaa0edabfb5fab3cfbdb233ff16a92166e76bb (diff) | |
download | gsoc2013-epiphany-eb1c43c071359ee3c8685dbb1387502a66b9dd42.tar.gz gsoc2013-epiphany-eb1c43c071359ee3c8685dbb1387502a66b9dd42.tar.zst gsoc2013-epiphany-eb1c43c071359ee3c8685dbb1387502a66b9dd42.zip |
ephy-window: remove toplevel actions that do not exist anymore
-rw-r--r-- | src/ephy-window.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 23ff33b7b..fe8fdc464 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -85,12 +85,7 @@ static const GtkActionEntry ephy_menu_entries [] = { /* Toplevel */ - { "File", NULL, N_("_File") }, - { "Edit", NULL, N_("_Edit") }, - { "View", NULL, N_("_View") }, { "Bookmarks", NULL, N_("_Bookmarks") }, - { "Tools", NULL, N_("T_ools") }, - { "Toolbar", NULL, N_("_Toolbars") }, { "PopupAction", NULL, "" }, { "PagePopupAction", NULL, "" }, { "NotebookPopupAction", NULL, "" }, |