From cebfc5c8facbf6ae335499f7f4b3dc57a60af999 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 29 Sep 2024 19:03:55 +0300 Subject: TDLIB update up to the current state --- protocols/Telegram/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Telegram/src/options.cpp') diff --git a/protocols/Telegram/src/options.cpp b/protocols/Telegram/src/options.cpp index 8b3bd7d1e7..c89d8518e1 100644 --- a/protocols/Telegram/src/options.cpp +++ b/protocols/Telegram/src/options.cpp @@ -324,7 +324,7 @@ void CTelegramProto::OnGetSessions(td::ClientManager::Response &response, void * pwszType = TranslateT("Unknown"); } pList->SetItemText(iItem, 1, pwszType); - pList->SetItemText(iItem, 2, Utf2T(pSession->country_.c_str())); + pList->SetItemText(iItem, 2, Utf2T(pSession->location_.c_str())); wchar_t wszLastLogin[100]; TimeZone_PrintTimeStamp(0, pSession->last_active_date_, L"d t", wszLastLogin, _countof(wszLastLogin), 0); -- cgit v1.2.3