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:
Diffstat (limited to 'map/address_finder.cpp')
-rw-r--r--map/address_finder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/address_finder.cpp b/map/address_finder.cpp
index 825dce4609..451d5fcd1f 100644
--- a/map/address_finder.cpp
+++ b/map/address_finder.cpp
@@ -502,7 +502,7 @@ search::AddressInfo Framework::GetFeatureAddressInfo(FeatureType & ft) const
// TODO(vng): Why AddressInfo is responsible for types and names? Refactor out.
string defaultName, intName;
- ft.GetPreferredNames(defaultName, intName);
+ ft.GetPreferredNames(false /* allowTranslit */, defaultName, intName);
info.m_name = defaultName.empty() ? intName : defaultName;
info.m_types = GetPrintableFeatureTypes(ft);