diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-07-15 01:48:53 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 07:31:11 -0700 |
commit | 4a10c94840b8b8db9f4781de5aa1ba4a651bac33 (patch) | |
tree | 1877dc78c9f03404810de491100f7c6c31862096 /desktop-widgets/mainwindow.h | |
parent | b054c211a1f6641c9b3b2e95c82d1a16024388dd (diff) | |
download | subsurface-4a10c94840b8b8db9f4781de5aa1ba4a651bac33.tar.gz |
mainwindow: rename "actionViewGlobe" to "actionViewMap"
Also change the menu entry text itself to "Map" instead of "Globe".
"Map" covers both Marble and Qt Location in terms of "map" solutions.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'desktop-widgets/mainwindow.h')
-rw-r--r-- | desktop-widgets/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h index 33995e46f..6336d0c64 100644 --- a/desktop-widgets/mainwindow.h +++ b/desktop-widgets/mainwindow.h @@ -121,7 +121,7 @@ slots: void on_actionViewList_triggered(); void on_actionViewProfile_triggered(); void on_actionViewInfo_triggered(); - void on_actionViewGlobe_triggered(); + void on_actionViewMap_triggered(); void on_actionViewAll_triggered(); void on_actionPreviousDC_triggered(); void on_actionNextDC_triggered(); |