diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-02-13 08:11:06 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-02-26 03:57:02 +0800 |
commit | 374e31fbfe3854f5a17aa10447f1b982dda6b511 (patch) | |
tree | 9295660cd930308667280510a1e0541b2e477834 /src/ephy-window.c | |
parent | cbe450ac0767c542ead9a5ec96a764a4c5dce89d (diff) | |
download | gsoc2013-epiphany-374e31fbfe3854f5a17aa10447f1b982dda6b511.tar gsoc2013-epiphany-374e31fbfe3854f5a17aa10447f1b982dda6b511.tar.gz gsoc2013-epiphany-374e31fbfe3854f5a17aa10447f1b982dda6b511.tar.bz2 gsoc2013-epiphany-374e31fbfe3854f5a17aa10447f1b982dda6b511.tar.lz gsoc2013-epiphany-374e31fbfe3854f5a17aa10447f1b982dda6b511.tar.xz gsoc2013-epiphany-374e31fbfe3854f5a17aa10447f1b982dda6b511.tar.zst gsoc2013-epiphany-374e31fbfe3854f5a17aa10447f1b982dda6b511.zip |
ephy-window: add a Extensions menu
Together with epiphany-extensions-3.3.90 this makes the extensions
manager visible again, and also all the extensions menu items.
https://bugzilla.gnome.org/show_bug.cgi?id=669951
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index bde8ce20a..b1fdfb7e1 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -88,6 +88,7 @@ static const GtkActionEntry ephy_menu_entries [] = { { "PopupAction", NULL, "" }, { "PagePopupAction", NULL, "" }, { "NotebookPopupAction", NULL, "" }, + { "Extensions", NULL, N_("_Extensions") }, /* File actions. */ |