Fixed changelog for alpha and beta in 0.9.49 version.

This commit is contained in:
John Preston 2016-05-15 23:14:47 +03:00
parent c2a5ab0c5a
commit 895facbcdd

View File

@ -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 {