From 7afda6dfc3b3c1bd1cb0da0f953e3ec92e755f0f Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 8 Jun 2015 15:25:23 +0300 Subject: [PATCH] changelog added in 0.8.24 --- 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 ec86cda79..f86acc229 100644 --- a/Telegram/SourceFiles/application.cpp +++ b/Telegram/SourceFiles/application.cpp @@ -642,7 +642,7 @@ void Application::checkMapVersion() { QString versionFeatures; if (DevChannel && Local::oldMapVersion() < 8023) { versionFeatures = QString::fromUtf8("\xe2\x80\x94 Improved sticker panel\n\xe2\x80\x94 Bug fixes and minor stuff");// .replace('@', qsl("@") + QChar(0x200D)); - } else if (!DevChannel && Local::oldMapVersion() < 8021) { + } else if (!DevChannel && Local::oldMapVersion() < 8024) { versionFeatures = lang(lng_new_version_text).trimmed(); } if (!versionFeatures.isEmpty()) {