From cc6ef9e37a548857baabd1011652e9af23787fb8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 24 May 2019 21:24:00 +0300 Subject: SkypeWeb: length of id field increased --- protocols/SkypeWeb/src/skype_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/SkypeWeb/src') diff --git a/protocols/SkypeWeb/src/skype_options.cpp b/protocols/SkypeWeb/src/skype_options.cpp index 00fd56b895..47ec198bb3 100644 --- a/protocols/SkypeWeb/src/skype_options.cpp +++ b/protocols/SkypeWeb/src/skype_options.cpp @@ -45,7 +45,7 @@ bool CSkypeOptionsMain::OnInitDialog() m_skypename.SetTextA(ptrA(m_proto->getStringA(SKYPE_SETTINGS_ID))); m_password.SetTextA(pass_ptrA(m_proto->getStringA("Password"))); m_place.Enable(!m_proto->m_opts.bUseHostnameAsPlace); - m_skypename.SendMsg(EM_LIMITTEXT, 32, 0); + m_skypename.SendMsg(EM_LIMITTEXT, 128, 0); m_password.SendMsg(EM_LIMITTEXT, 128, 0); m_group.SendMsg(EM_LIMITTEXT, 64, 0); return true; -- cgit v1.2.3