summaryrefslogtreecommitdiff
path: root/protocols/MSN/src/msn_chat.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-09-19 18:56:31 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-09-19 18:56:31 +0000
commitce59eef27ecd787a2501c406c4f7aa7fadbb6d9b (patch)
tree375795e28034b8c7f1fb0cc1101fe56718ecd119 /protocols/MSN/src/msn_chat.cpp
parent9c210b1c52006ed35c7b23c1687c52a48c35eb1b (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/msn_chat.cpp')
-rw-r--r--protocols/MSN/src/msn_chat.cpp4
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)