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] --- src/vikwindow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/vikwindow.c b/src/vikwindow.c index 6c7419e..7be08b3 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"), "<control>u", NULL, 0 }, { "ModeExpedia", NULL, N_("_Expedia Mode"), "<control>e", NULL, 1 }, - { "ModeMercator", NULL, N_("_Mercator Mode"), "<control>g", NULL, 4 }, + { "ModeMercator", NULL, N_("_Mercator Mode"), "<control>m", NULL, 4 }, { "ModeLatLon", NULL, N_("Lat_/Lon Mode"), "<control>l", NULL, 5 }, }; -- 1.7.2.3 ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Viking-devel mailing list Viking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/