From ce59eef27ecd787a2501c406c4f7aa7fadbb6d9b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 19 Sep 2016 18:56:31 +0000 Subject: forgotten LPGENW restored git-svn-id: http://svn.miranda-ng.org/main/trunk@17321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/msn_chat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/MSN/src') diff --git a/protocols/MSN/src/msn_chat.cpp b/protocols/MSN/src/msn_chat.cpp index 6c1a63978f..775cf2e150 100644 --- a/protocols/MSN/src/msn_chat.cpp +++ b/protocols/MSN/src/msn_chat.cpp @@ -26,8 +26,8 @@ along with this program. If not, see . #include static const wchar_t *m_ptszRoles[] = { - L"admin", - L"user" + LPGENW("Admin"), + LPGENW("User") }; MCONTACT CMsnProto::MSN_GetChatInernalHandle(MCONTACT hContact) -- cgit v1.2.3