Bind View Source to Ctrl+U by default

This commit is contained in:
Christian Dywan 2009-05-14 20:36:26 +02:00
parent 37ad813e44
commit 67fea42b12

View file

@ -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"), "<Ctrl>U",
N_("View the source code of the page"), G_CALLBACK (_action_source_view_activate) },
{ "SelectionSourceView", NULL,
N_("View Selection Source"), "",