From 27c69895ce91f1b30dbf89c18c8fa03a7f0c8ea8 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 12 Feb 2015 00:22:02 +0000 Subject: [PATCH] changelog added to 0.7.14.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 3f97b21f4..0a6a9cacc 100644 --- a/Telegram/SourceFiles/application.cpp +++ b/Telegram/SourceFiles/application.cpp @@ -708,8 +708,8 @@ void Application::startApp() { psRegisterCustomScheme(); if (Local::oldMapVersion()) { QString versionFeatures; - if (DevChannel && Local::oldMapVersion() < 7012) { - versionFeatures = QString::fromUtf8("\xe2\x80\x94 Chat background settings translated"); + if (DevChannel && Local::oldMapVersion() < 7014) { + versionFeatures = QString::fromUtf8("\xe2\x80\x94 Moved to Qt 5.4.0 version, please check everything\n\xe2\x80\x94 Time values should be displayed like in your system\n\xe2\x80\x94 Linux: fixed keyboard shortcuts when not english keyboard layout"); } else if (!DevChannel && Local::oldMapVersion() < 7013) { versionFeatures = lang(lng_new_version7013).trimmed(); }