Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2014-08-05 14:59:49 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 04:01:33 +0300
commitb31d32db19e01f956d02cb2fdad5851834f7596d (patch)
tree2d5cf706b1f68c958940948e19b9ed6139a4fd42
parent2e4adb5d3280f3af157e20d5f011a93c00860868 (diff)
don't show zoom buttonskmz2ini
-rw-r--r--map/kmz2ini/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/kmz2ini/main.cpp b/map/kmz2ini/main.cpp
index d014a6aeb1..2bbaa17a3a 100644
--- a/map/kmz2ini/main.cpp
+++ b/map/kmz2ini/main.cpp
@@ -61,6 +61,7 @@ int main(int argc, char ** argv)
Settings::Set("ShouldShowAppStoreRate", false);
Settings::Set("ShouldShowFacebookDialog", false);
+ Settings::Set("ZoomButtonsEnabled", false);
f.SaveState();
string str;