2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00
This commit is contained in:
John Preston
2015-09-24 11:58:14 +03:00
9 changed files with 536 additions and 80 deletions

View File

@@ -1417,8 +1417,8 @@ bool ContactsBox::creationFail(const RPCError &error) {
}
MembersInner::MembersInner(ChannelData *channel, MembersFilter filter) : _channel(channel), _filter(filter),
_time(0),
_kickText(lang(lng_profile_kick)),
_time(0),
_kickWidth(st::normalFont->m.width(_kickText)),
_sel(-1),
_kickSel(-1),