From 895facbcddadcf4f888738b6e3f4dfd46a3fd86f Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 15 May 2016 23:14:47 +0300 Subject: [PATCH] Fixed changelog for alpha and beta in 0.9.49 version. --- 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 0b4470dbf..7e9850c5b 100644 --- a/Telegram/SourceFiles/application.cpp +++ b/Telegram/SourceFiles/application.cpp @@ -1032,8 +1032,8 @@ void AppClass::checkMapVersion() { if (Local::oldMapVersion()) { QString versionFeatures; if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 9049) { - versionFeatures = QString::fromUtf8("\xe2\x80\x94 Select and copy text in photo / video captions and web page previews\n\xe2\x80\x94 Media player shortcuts are enabled only when player is opened"); -// versionFeatures = langNewVersionText(); +// versionFeatures = QString::fromUtf8("\xe2\x80\x94 Select and copy text in photo / video captions and web page previews\n\xe2\x80\x94 Media player shortcuts are enabled only when player is opened"); + versionFeatures = langNewVersionText(); } else if (Local::oldMapVersion() < 9049) { versionFeatures = langNewVersionText(); } else {