From 5e1dfb3769d02ceef6481869443bc8aa8ffcac0d Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 22 Nov 2015 16:29:42 +0300 Subject: [PATCH] fixed build 0.9.12.dev --- 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 ebdc3f962..14db723a7 100644 --- a/Telegram/SourceFiles/application.cpp +++ b/Telegram/SourceFiles/application.cpp @@ -698,8 +698,8 @@ void Application::checkMapVersion() { QString versionFeatures; if (cDevVersion() && Local::oldMapVersion() < 9011) { versionFeatures = QString::fromUtf8("\xe2\x80\x94 Groups can now have multiple administrators with the ability to edit the name and logo, and add and remove members.\n\xe2\x80\x94 Groups that have reached their capacity of 200 users can be upgraded to supergroups of up to 1,000 members.\n\nWARNING: Only updated Telegram apps will be able to open supergroups. DO NOT upgrade your groups before the stable version is out and updates for other apps are released.");// .replace('@', qsl("@") + QChar(0x200D)); - } else if (Local::oldMapVersion() < 9010) { - versionFeatures = lang(lng_new_version_text).trimmed(); + } else if (Local::oldMapVersion() < 9013) { + versionFeatures = lng_new_version_text(lt_link, qsl("https://telegram.org/blog/supergroups")).trimmed(); } else { versionFeatures = lang(lng_new_version_minor).trimmed(); }