diff options
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 60e1da07b..6cc3d3f6c 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -197,6 +197,11 @@ static EggActionGroupEntry ephy_menu_entries [] = { { "HelpAbout", N_("_About"), GNOME_STOCK_ABOUT, NULL, N_("Display credits for the web browser creators"), G_CALLBACK (window_cmd_help_about), NULL }, + + /* Toolbar only */ + { "LoadLocation", N_("_Go"), GTK_STOCK_JUMP_TO, NULL, + N_("Type a web address or a word in the field on the left, then click Go"), + G_CALLBACK (window_cmd_load_location), NULL }, }; static guint ephy_menu_n_entries = G_N_ELEMENTS (ephy_menu_entries); |