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/qt
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2012-07-08 12:45:42 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:40:41 +0300
commite9554854c107e5cabbd209eed661130fa51603a6 (patch)
tree290ca62842bc1f59d04e5ff0c990847680e3a543 /qt
parentd533028ca2fa2c4661b6efeb6c77bf819695b1cc (diff)
Fixed default bookmark symbol name
Diffstat (limited to 'qt')
-rw-r--r--qt/search_panel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/search_panel.cpp b/qt/search_panel.cpp
index e0aca7f4f1..645092ce0a 100644
--- a/qt/search_panel.cpp
+++ b/qt/search_panel.cpp
@@ -131,7 +131,7 @@ void SearchPanel::OnSearchResult(ResultsT * res)
if (e.GetResultType() == ResultT::RESULT_FEATURE)
{
// For debug purposes: add bookmarks for search results
- frm.AddBookmark("Search", Bookmark(e.GetFeatureCenter(), e.GetString(), "red"));
+ frm.AddBookmark("Search", Bookmark(e.GetFeatureCenter(), e.GetString(), "placemark-red"));
m_pTable->setItem(rowCount, 0,
create_item(QString::fromUtf8(e.GetFeatureType())));