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

ConfirmPhoneBox added to Xcode and QtCreator projects.

"Frequently used" done with two lang keys (for emoji/stickers).
"Featured Stickers" -> "Trending Stickers", langs updated.
This commit is contained in:
John Preston
2016-07-29 11:29:15 +01:00
parent 4b98cac6da
commit a4dbe6f096
11 changed files with 48 additions and 14 deletions

View File

@@ -3751,9 +3751,9 @@ void HistoryWidget::recentStickersGot(const MTPmessages_RecentStickers &stickers
}
} else {
if (it == sets.cend()) {
it = sets.insert(Stickers::CloudRecentSetId, Stickers::Set(Stickers::CloudRecentSetId, 0, lang(lng_emoji_category0), QString(), 0, 0, qFlags(MTPDstickerSet_ClientFlag::f_special)));
it = sets.insert(Stickers::CloudRecentSetId, Stickers::Set(Stickers::CloudRecentSetId, 0, lang(lng_recent_stickers), QString(), 0, 0, qFlags(MTPDstickerSet_ClientFlag::f_special)));
} else {
it->title = lang(lng_emoji_category0);
it->title = lang(lng_recent_stickers);
}
it->hash = d.vhash.v;