2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Closed beta 1000018002: more phrases for payments.

Also replacing the Buy keyboard button with Receipt if the invoice
was payed already (like in mobile apps). This required to move the
inline markup apply before the media apply in message editing.
This commit is contained in:
John Preston
2017-03-06 18:00:59 +03:00
parent a7d0473a1a
commit 23b39923ad
10 changed files with 57 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include "core/utils.h"
#define BETA_VERSION_MACRO (1000018001ULL)
#define BETA_VERSION_MACRO (1000018002ULL)
constexpr int AppVersion = 1000018;
constexpr str_const AppVersionStr = "1.0.18";