Skip to content

Commit

Permalink
fixed build 0.9.12.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Nov 22, 2015
1 parent 21ac83e commit 5e1dfb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Telegram/SourceFiles/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 5e1dfb3

Please sign in to comment.