2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 00:46:08 +00:00

Swap 'alpha' and 'beta'. Happy debugging!

This commit is contained in:
John Preston
2018-09-26 17:58:09 +03:00
parent a949c5e287
commit 6e566e0165
32 changed files with 379 additions and 727 deletions

View File

@@ -25,8 +25,8 @@ namespace {
void SendToBannedHelp(const QString &phone) {
const auto version = QString::fromLatin1(AppVersionStr.c_str())
+ (cAlphaVersion() ? " alpha" : "")
+ (cBetaVersion() ? qsl(" beta %1").arg(cBetaVersion()) : QString());
+ (cBetaVersion() ? " beta" : "")
+ (cAlphaVersion() ? qsl(" alpha %1").arg(cAlphaVersion()) : QString());
const auto subject = qsl("Banned phone number: ") + phone;