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:
authorYuri Gorshenin <y@maps.me>2015-06-01 12:12:37 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:49:24 +0300
commit18911822d5012d7bc96d99ed70ad2ff17dc5d76f (patch)
tree746ad0855fef51f065bed6290fd594a6a0ca7560 /map/country_status_display.cpp
parentd7af8a57e7f40fcce353f5e4d9eb2dd6e6ef6949 (diff)
[storage] s/EMapOnly/EMap/g
Diffstat (limited to 'map/country_status_display.cpp')
-rw-r--r--map/country_status_display.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/country_status_display.cpp b/map/country_status_display.cpp
index 97d8b4fb1d..0fdf2fd697 100644
--- a/map/country_status_display.cpp
+++ b/map/country_status_display.cpp
@@ -447,7 +447,7 @@ void CountryStatusDisplay::OnButtonClicked(gui::Element const * button)
{
ASSERT(m_countryIdx.IsValid(), ());
- TMapOptions options = TMapOptions::EMapOnly;
+ TMapOptions options = TMapOptions::EMap;
if (button == m_secondaryButton.get())
options |= TMapOptions::ECarRouting;