From 8ac515c724e2d0eb4e15d610710a0d5aa13ad7c0 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy <watcherhd@gmail.com> Date: Wed, 23 Jan 2013 08:45:48 +0000 Subject: - Another portion of _T replacement when it's not needed (from person) git-svn-id: http://svn.miranda-ng.org/main/trunk@3241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/clist/contacts.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/modules/clist') diff --git a/src/modules/clist/contacts.cpp b/src/modules/clist/contacts.cpp index 36adf7ed34..3382681afc 100644 --- a/src/modules/clist/contacts.cpp +++ b/src/modules/clist/contacts.cpp @@ -21,14 +21,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define NAMEORDERCOUNT 8 static TCHAR* nameOrderDescr[ NAMEORDERCOUNT ] = { - _T("My custom name (not moveable)"), - _T("Nick"), - _T("FirstName"), - _T("E-mail"), - _T("LastName"), - _T("Username"), - _T("FirstName LastName"), - _T("'(Unknown Contact)' (not moveable)") + LPGENT("My custom name (not moveable)"), + LPGENT("Nick"), + LPGENT("FirstName"), + LPGENT("E-mail"), + LPGENT("LastName"), + LPGENT("Username"), + LPGENT("FirstName LastName"), + LPGENT("'(Unknown Contact)' (not moveable)") }; BYTE nameOrder[NAMEORDERCOUNT]; -- cgit v1.2.3