2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Great Minds went to langpack

This commit is contained in:
John Preston
2015-05-20 00:19:11 +03:00
parent 725fa87188
commit 928cd0a8cb
5 changed files with 26 additions and 9 deletions

View File

@@ -1834,7 +1834,7 @@ void HistoryWidget::stickersGot(const MTPmessages_AllStickers &stickers) {
StickerSets &sets(cRefStickerSets());
StickerSets::iterator def = sets.find(DefaultStickerSetId);
if (def == sets.cend()) {
def = sets.insert(DefaultStickerSetId, StickerSet(DefaultStickerSetId, 0, qsl("Great Minds"), QString()));
def = sets.insert(DefaultStickerSetId, StickerSet(DefaultStickerSetId, 0, lang(lng_stickers_default_set), QString()));
}
for (int32 i = 0; i < d_sets.size(); ++i) {
if (d_sets.at(i).type() == mtpc_stickerSet) {