diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-16 10:44:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-16 10:44:34 +0000 |
commit | 9ecad76b75ed9f7a9c729f1294bc62bd4b6adb68 (patch) | |
tree | 89973e6ed6b03eb87fc144a2e7fe90770f7d8be7 /protocols/JabberG/src/jabber_chat.cpp | |
parent | 3142979bb604231a556d0173f0b2b90903399455 (diff) |
translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4456 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_chat.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_chat.cpp b/protocols/JabberG/src/jabber_chat.cpp index 3f6e51a2aa..c36c5dd748 100644 --- a/protocols/JabberG/src/jabber_chat.cpp +++ b/protocols/JabberG/src/jabber_chat.cpp @@ -100,7 +100,7 @@ static TRoleOrAffiliationInfo sttRoleItems[] = /////////////////////////////////////////////////////////////////////////////////////////
// JabberGcInit - initializes the new chat
-static const TCHAR *sttStatuses[] = { _T("Visitors"), _T("Participants"), _T("Moderators"), _T("Owners") };
+static const TCHAR *sttStatuses[] = { LPGENT("Visitors"), LPGENT("Participants"), LPGENT("Moderators"), LPGENT("Owners") };
int JabberGcGetStatus(JABBER_GC_AFFILIATION a, JABBER_GC_ROLE r)
{
|