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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-03-08 13:44:52 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:51:29 +0300
commit65460b65a9e2ab3ab15f63bd8ed542ceeca586a9 (patch)
treedd72eb3447558d22b2c5aa8c88b283c3ca5a72eb /qt
parent505648fcdd6d95b14a1a6c199a7e1b6803b9bfd0 (diff)
[new downloader] MacOs. Qt. Taking into account NodeStatus::Partly.
Diffstat (limited to 'qt')
-rw-r--r--qt/update_dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/update_dialog.cpp b/qt/update_dialog.cpp
index 71d313a7f3..1426b621aa 100644
--- a/qt/update_dialog.cpp
+++ b/qt/update_dialog.cpp
@@ -246,6 +246,7 @@ namespace qt
break;
case NodeStatus::OnDisk:
+ case NodeStatus::Partly:
statusString = tr("Installed (click to delete)");
rowColor = COLOR_ONDISK;
break;