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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-06-06 06:20:10 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:19:15 +0300
commit6eb1705e08c6b1c9affe86e5ec5117650469bf13 (patch)
treec7e03af9af39f0065aea53740899b33e394b16fd /qt/mainwindow.cpp
parentdd93eaae8ff1e70036004057b9ddc88301d5a5bd (diff)
[qt] Added search active indicator and clear text button
Diffstat (limited to 'qt/mainwindow.cpp')
-rw-r--r--qt/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/mainwindow.cpp b/qt/mainwindow.cpp
index 1f2e56235d..d20e791e06 100644
--- a/qt/mainwindow.cpp
+++ b/qt/mainwindow.cpp
@@ -54,7 +54,7 @@ MainWindow::MainWindow()
setCentralWidget(m_pDrawWidget);
setWindowTitle(tr("MapsWithMe"));
- setWindowIcon(QIcon(":logo.png"));
+ setWindowIcon(QIcon(":/ui/logo.png"));
#ifndef OMIM_OS_WINDOWS
QMenu * helpMenu = new QMenu(tr("Help"), this);