From db96605332fbc92f7fea75218eef4e51c0888f1e Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 2 Jun 2015 17:37:15 +0300 Subject: [PATCH] changelog added in 0.8.21 stable --- Telegram/SourceFiles/application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/application.cpp b/Telegram/SourceFiles/application.cpp index 5b611cafb..1694ccc86 100644 --- a/Telegram/SourceFiles/application.cpp +++ b/Telegram/SourceFiles/application.cpp @@ -666,8 +666,8 @@ void Application::checkMapVersion() { versionFeatures = lang(lng_new_version_minor).trimmed();// QString::fromUtf8("\xe2\x80\x94 Video captions are displayed\n\xe2\x80\x94 Photo captions are displayed in photo viewer\n\xe2\x80\x94 Round corners for messages").replace('@', qsl("@") + QChar(0x200D)); } else if (!DevChannel && Local::oldMapVersion() < 8016) { versionFeatures = lang(lng_new_version_text).trimmed(); - } else if (!DevChannel && Local::oldMapVersion() < 8017) { - versionFeatures = lang(lng_new_version_minor).trimmed(); + } else if (!DevChannel && Local::oldMapVersion() < 8021) { + versionFeatures = lang(lng_new_version_text).trimmed(); } if (!versionFeatures.isEmpty()) { versionFeatures = lng_new_version_wrap(lt_version, QString::fromStdWString(AppVersionStr), lt_changes, versionFeatures, lt_link, qsl("https://desktop.telegram.org/#changelog"));