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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-01-30 01:29:32 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:11:27 +0300
commitd9a3242426f8749e7ad645cae159470153a6cb01 (patch)
tree64762a09bf032faf8cf3caea81c4b1fa4ed5072d /defines.hpp
parent6b45ce29cd66ef1327051e27e1d0371c691cca7d (diff)
Added "Automatic update check" checkbox and Preferences dialog
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/defines.hpp b/defines.hpp
index b683300242..64b51a5d47 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -1,6 +1,5 @@
#pragma once
-
#define DATA_FILE_EXTENSION ".mwm"
#define DATA_FILE_TAG "dat"
#define GEOMETRY_FILE_TAG "geom"
@@ -16,3 +15,5 @@
#define UPDATE_BASE_URL "http://melnichek.ath.cx:34568/maps/"
#define WORLD_FILE_NAME "World"
+
+#define SETTINGS_FILE_NAME "settings.ini"