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:
authorvng <viktor.govako@gmail.com>2012-07-20 04:34:27 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:41:13 +0300
commite9d117feb31eddb53e51dd49f9908e6400f16c63 (patch)
tree88f37460f3f23379565178f4ccab9e6fd6a11966 /map/country_status_display.cpp
parent444c745f4ef4ee93e23050c004fbac632b758958 (diff)
[android] Add toast when country downloaded. Add spaces in download status strings.
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 e0e2557593..7b33913a50 100644
--- a/map/country_status_display.cpp
+++ b/map/country_status_display.cpp
@@ -15,7 +15,7 @@
string const CountryStatusDisplay::displayName() const
{
if (!m_mapGroupName.empty())
- return m_mapName + "(" + m_mapGroupName + ")";
+ return m_mapName + " (" + m_mapGroupName + ")";
else
return m_mapName;
}