diff --git a/map/framework.cpp b/map/framework.cpp index 9707736c34..288a20955e 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -1428,7 +1428,7 @@ void Framework::FillSearchResultsMarks(search::Results const & results) mark->SetMatchedName(r.GetString()); if (r.m_metadata.m_isSponsoredHotel) - mark->SetCustomSymbol("current-position"); //TODO: change icon + mark->SetCustomSymbol("search-booking"); } } }