Web Search should be Ctrl+K instead of Ctrl+Shift+F

This commit is contained in:
Christian Dywan 2008-06-20 00:11:54 +02:00
parent 3535ed6e48
commit 9ab74673a8

View file

@ -2373,7 +2373,7 @@ static const GtkActionEntry entries[] = {
N_("Location..."), "<Ctrl>l", N_("Location..."), "<Ctrl>l",
N_("Open a particular location"), G_CALLBACK (_action_location_activate) }, N_("Open a particular location"), G_CALLBACK (_action_location_activate) },
{ "Search", GTK_STOCK_FIND, { "Search", GTK_STOCK_FIND,
N_("Web Search..."), "<Ctrl><Shift>f", N_("Web Search..."), "<Ctrl>k",
N_("Run a web search"), G_CALLBACK (_action_search_activate) }, N_("Run a web search"), G_CALLBACK (_action_search_activate) },
{ "OpenInPageholder", GTK_STOCK_JUMP_TO, { "OpenInPageholder", GTK_STOCK_JUMP_TO,
N_("Open in Page_holder..."), "", N_("Open in Page_holder..."), "",