diff --git a/map/framework.cpp b/map/framework.cpp index e2658f2de8..c44382f380 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -1798,6 +1798,8 @@ bool Framework::ShowMapForURL(string const & url) } m_currentPlacePageInfo = BuildPlacePageInfo(info); + if (!name.empty()) + m_currentPlacePageInfo->SetCustomName(name); ActivateMapSelection(); }