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
path: root/map
diff options
context:
space:
mode:
Diffstat (limited to 'map')
-rw-r--r--map/framework.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index d61a388ee7..50b6bd4058 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -408,7 +408,7 @@ Framework::Framework(FrameworkParams const & params)
df::LoadTransitColors();
m_connectToGpsTrack = GpsTracker::Instance().IsEnabled();
-
+
// Init strings bundle.
// @TODO. There are hardcoded strings below which are defined in strings.txt as well.
// It's better to use strings from strings.txt instead of hardcoding them here.