From: Rob Norris Date: Sun, 5 Dec 2010 20:24:39 +0000 (+0100) Subject: Improve key binding for Mercator Mode -> ctrl+m X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/ac16c1409dc279aad376713abf01cb676adee7b1?ds=sidebyside Improve key binding for Mercator Mode -> ctrl+m This makes it consistent with other mode name shortcuts. [Previously it was ctrl+'g', as a hangover from when the mode was known as Google Mode] Signed-off-by: Guilhem Bonnefille --- diff --git a/src/vikwindow.c b/src/vikwindow.c index 6c7419e3..0de8596d 100644 --- a/src/vikwindow.c +++ b/src/vikwindow.c @@ -2321,7 +2321,7 @@ static GtkActionEntry entries[] = { static GtkRadioActionEntry mode_entries[] = { { "ModeUTM", NULL, N_("_UTM Mode"), "u", NULL, 0 }, { "ModeExpedia", NULL, N_("_Expedia Mode"), "e", NULL, 1 }, - { "ModeMercator", NULL, N_("_Mercator Mode"), "g", NULL, 4 }, + { "ModeMercator", NULL, N_("_Mercator Mode"), "m", NULL, 4 }, { "ModeLatLon", NULL, N_("Lat_/Lon Mode"), "l", NULL, 5 }, };