mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-19 18:05:37 +00:00
fixup use Text
This commit is contained in:
parent
7df5df6351
commit
1da8841ac7
@ -560,7 +560,7 @@ void EmptyPainter::fillAboutGroup() {
|
|||||||
Ui::ItemTextServiceOptions());
|
Ui::ItemTextServiceOptions());
|
||||||
};
|
};
|
||||||
setText(_header, lang(lng_group_about_header));
|
setText(_header, lang(lng_group_about_header));
|
||||||
setText(_text, lang(lng_group_about_header));
|
setText(_text, lang(lng_group_about_text));
|
||||||
for (const auto &text : phrases) {
|
for (const auto &text : phrases) {
|
||||||
_phrases.emplace_back(st::msgMinWidth);
|
_phrases.emplace_back(st::msgMinWidth);
|
||||||
setText(_phrases.back(), text);
|
setText(_phrases.back(), text);
|
||||||
|
Loading…
Reference in New Issue
Block a user