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-05-24 14:46:51 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-05-24 15:32:50 +0300
commitc596381cfb9f851b7bcbd7a286e18196d23cd3f9 (patch)
treeacaffc034748f003fce067f3730bd125dd08c907 /skin_generator
parent4ee5118880cd0c32f9bfef4b940064ee1b98abb6 (diff)
Deleted old unsupported Yota-stuff
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 d242759180..0d699604ca 100644
--- a/skin_generator/main.cpp
+++ b/skin_generator/main.cpp
@@ -21,7 +21,7 @@ DEFINE_string(searchCategories, "../../data/search-icons/categories-icons.txt",
DEFINE_string(searchIconsSrcPath, "../../data/search-icons/svg", "input path for search category icons");
DEFINE_int32(searchIconWidth, 24, "width of the search category icon");
DEFINE_int32(searchIconHeight, 24, "height of the search category icon");
-DEFINE_bool(colorCorrection, false, "apply color correction for yota");
+DEFINE_bool(colorCorrection, false, "apply color correction");
int main(int argc, char *argv[])
{