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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-11-18 16:56:09 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-11-18 16:56:09 +0300
commit29149d8f5e02ca0ddc20ad434900d663121927eb (patch)
tree7f51512acdbbe9bac715fd8f3d19db2009a4069d /skin_generator
parent066c67b32d27da86683db4260630bbadb1a1a22c (diff)
Removed obsolete ldpi resources and fixed traffic-arrow textures
Diffstat (limited to 'skin_generator')
-rw-r--r--skin_generator/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/skin_generator/main.cpp b/skin_generator/main.cpp
index d1648c5684..4904a15fcd 100644
--- a/skin_generator/main.cpp
+++ b/skin_generator/main.cpp
@@ -17,7 +17,7 @@ DEFINE_string(symbolsDir, "../../data/styles/symbols", "directory with svg symbo
DEFINE_int32(symbolWidth, 24, "width of the rendered symbol");
DEFINE_int32(symbolHeight, 24, "height of the rendered symbol");
DEFINE_string(skinName, "../../data/basic", "prefix for the skin and skinImage file name");
-DEFINE_string(skinSuffix, "ldpi", "suffix for skinName<suffix>.skn and symbols<suffix>.png");
+DEFINE_string(skinSuffix, "mdpi", "suffix for skinName<suffix>.skn and symbols<suffix>.png");
DEFINE_string(searchIconsOutPath, "../../data/search-icons/png", "output path for search category icons");
DEFINE_string(searchCategories, "../../data/search-icons/categories-icons.txt", "path to file that contains mapping between category and icon names");
DEFINE_string(searchIconsSrcPath, "../../data/search-icons/svg", "input path for search category icons");