From 2dccca7b1615ba3d5ca456607eba1f8c30a516f8 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 19 Jan 2017 11:41:19 +0300 Subject: [PATCH] Version 1.0.2: display correct changelog after the update. --- Telegram/SourceFiles/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/application.cpp b/Telegram/SourceFiles/application.cpp index f8b1a4f1d..a3adb57db 100644 --- a/Telegram/SourceFiles/application.cpp +++ b/Telegram/SourceFiles/application.cpp @@ -1071,7 +1071,7 @@ void AppClass::checkMapVersion() { QString versionFeatures; if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000001) { versionFeatures = QString::fromUtf8("\xe2\x80\x94 Resize chats list with mouse press-and-drag\n\xe2\x80\x94 Drag-n-drop images from Firefox fixed in Windows\n\xe2\x80\x94 Bug fixes and other minor improvements"); - } else if (!(cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000000) { + } else if (!(cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000002) { versionFeatures = langNewVersionText(); } else { versionFeatures = lang(lng_new_version_minor).trimmed();