2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 23:45:44 +00:00

Stable version 0.10: langs updated, video player design improvements.

This commit is contained in:
John Preston
2016-08-03 12:02:53 +01:00
parent d155967149
commit 12bcc88839
18 changed files with 116 additions and 54 deletions

View File

@@ -1053,7 +1053,7 @@ void AppClass::checkMapVersion() {
QString versionFeatures;
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 9058) {
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Alpha version of an embedded video player");
} else if (Local::oldMapVersion() < 9056) {
} else if (Local::oldMapVersion() < 10000) {
versionFeatures = langNewVersionText();
} else {
versionFeatures = lang(lng_new_version_minor).trimmed();