From: Christian Dywan Date: Mon, 28 Sep 2009 21:10:31 +0000 (+0200) Subject: Default to Ctrl+Alt+U instead of Ctrl+U for View source X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d31faecf3412b49663a08c2e3e7d453e9f87503;p=midori Default to Ctrl+Alt+U instead of Ctrl+U for View source --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 4e7b6b8c..3e722abb 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -4433,7 +4433,7 @@ static const GtkActionEntry entries[] = { N_("Reset the zoom level"), G_CALLBACK (_action_zoom_normal_activate) }, { "Encoding", NULL, N_("_Encoding") }, { "SourceView", NULL, - N_("View So_urce"), "U", + N_("View So_urce"), "U", N_("View the source code of the page"), G_CALLBACK (_action_source_view_activate) }, { "SelectionSourceView", NULL, N_("View Selection Source"), "",