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-02 20:36:44 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:18:48 +0300
commit367ebcbf7fa4509b5b13bed7b6d933278a290366 (patch)
tree43cf8feaad0f2d7a7f7736a66fe835120fc71cfc /qt/mainwindow.cpp
parent9fc7593b865036cf8979109919f7615eecf81efa (diff)
[qt] Updated icons, removed shaw all icon
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 a7b9352867..f76d27c480 100644
--- a/qt/mainwindow.cpp
+++ b/qt/mainwindow.cpp
@@ -251,7 +251,7 @@ void MainWindow::CreateNavigationBar()
// add view actions 1
button_t arr[] = {
{ QString(), 0, 0 },
- { tr("Show all"), ":/navig64/world.png", SLOT(ShowAll()) },
+// { tr("Show all"), ":/navig64/world.png", SLOT(ShowAll()) },
{ tr("Scale +"), ":/navig64/plus.png", SLOT(ScalePlus()) }
};
add_buttons(pToolBar, arr, ARRAY_SIZE(arr), m_pDrawWidget);