From 67fea42b125c5b8fe5a94f165882b78734a5582a Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 14 May 2009 20:36:26 +0200 Subject: [PATCH] Bind View Source to Ctrl+U by default --- midori/midori-browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 34c5aef9..2e4e6cbf 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -3859,7 +3859,7 @@ static const GtkActionEntry entries[] = { N_("Custom..."), "", NULL, G_CALLBACK (_action_view_encoding_activate) }, { "SourceView", NULL, - N_("View _Source"), "", + N_("View _Source"), "U", N_("View the source code of the page"), G_CALLBACK (_action_source_view_activate) }, { "SelectionSourceView", NULL, N_("View Selection Source"), "",