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:
Diffstat (limited to 'qt/update_dialog.cpp')
-rw-r--r--qt/update_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/update_dialog.cpp b/qt/update_dialog.cpp
index 1fe2d25a99..774aa02d08 100644
--- a/qt/update_dialog.cpp
+++ b/qt/update_dialog.cpp
@@ -139,7 +139,7 @@ namespace qt
QAbstractButton * const res = ask.clickedButton();
if (res == btnUpdate)
- st.DownloadNode(countryId);
+ st.UpdateNode(countryId);
else if (res == btnDelete)
{
if (!m_framework.HasUnsavedEdits(countryId) || DeleteNotUploadedEditsConfirmation())