1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-04-21 04:39:10 +02:00

Compare commits

..

No commits in common. "e6bc548524e354ee88ee54d382789f53bb232b75" and "3b798e627b4ce1ebcf71228ab356fc37d8157b0d" have entirely different histories.

3 changed files with 153 additions and 153 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1246,7 +1246,7 @@
<message> <message>
<location filename="../src/map/maplist.cpp" line="158"/> <location filename="../src/map/maplist.cpp" line="158"/>
<source>Electronic Navigational Charts</source> <source>Electronic Navigational Charts</source>
<translation>ENC-merikartat</translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/map/maplist.cpp" line="165"/> <location filename="../src/map/maplist.cpp" line="165"/>

View File

@ -140,7 +140,7 @@ SETTING(showToolbars, "toolbar", true );
#endif // Q_OS_ANDROID #endif // Q_OS_ANDROID
/* Map */ /* Map */
SETTING(activeMap, "map", "Open Street Map" ); SETTING(activeMap, "map", "" );
SETTING(showMap, "show", true ); SETTING(showMap, "show", true );
SETTING(cursorCoordinates, "coordinates", false ); SETTING(cursorCoordinates, "coordinates", false );