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/MRA/src/MraChat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/MRA') diff --git a/protocols/MRA/src/MraChat.cpp b/protocols/MRA/src/MraChat.cpp index 8cdb5ac9fa..dd01c23764 100644 --- a/protocols/MRA/src/MraChat.cpp +++ b/protocols/MRA/src/MraChat.cpp @@ -1,7 +1,7 @@ #include "stdafx.h" #include "proto.h" -static LPWSTR lpwszStatuses[] = { L"Owners", L"Inviter", L"Visitors" }; +static LPWSTR lpwszStatuses[] = { LPGENW("Owners"), LPGENW("Inviter"), LPGENW("Visitors") }; #define MRA_CHAT_STATUS_OWNER 0 #define MRA_CHAT_STATUS_INVITER 1 #define MRA_CHAT_STATUS_VISITOR 2 -- cgit v1.2.3