diff options
Diffstat (limited to 'protocols/Telegram/src/userinfo.cpp')
-rw-r--r-- | protocols/Telegram/src/userinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Telegram/src/userinfo.cpp b/protocols/Telegram/src/userinfo.cpp index 4c40c3b662..174266976f 100644 --- a/protocols/Telegram/src/userinfo.cpp +++ b/protocols/Telegram/src/userinfo.cpp @@ -72,10 +72,10 @@ public: } else { DateTime_SetSystemtime(_hwndDate, GDT_NONE, NULL); - DateTime_SetFormat(_hwndDate, TranslateT("Unspecified")); + SetWindowTextW(_hwndDate, TranslateT("Unspecified")); } - edtNotes.SetText(m_proto->getMStringW(m_hContact, "Notes")); + edtNotes.SetText(m_proto->getMStringW(m_hContact, "About")); } }; |