diff options
author | George Hazan <george.hazan@gmail.com> | 2016-09-19 18:56:31 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-09-19 18:56:31 +0000 |
commit | ce59eef27ecd787a2501c406c4f7aa7fadbb6d9b (patch) | |
tree | 375795e28034b8c7f1fb0cc1101fe56718ecd119 /protocols/MSN/src | |
parent | 9c210b1c52006ed35c7b23c1687c52a48c35eb1b (diff) |
forgotten LPGENW restored
git-svn-id: http://svn.miranda-ng.org/main/trunk@17321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/src')
-rw-r--r-- | protocols/MSN/src/msn_chat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>. #include <m_history.h>
static const wchar_t *m_ptszRoles[] = {
- L"admin",
- L"user"
+ LPGENW("Admin"),
+ LPGENW("User")
};
MCONTACT CMsnProto::MSN_GetChatInernalHandle(MCONTACT hContact)
|