From 867acc8fe919830f4735ccfe8b9d99dc49319c90 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 19 Jan 2013 13:59:37 +0000 Subject: - Another portion of _T replacement when it's not needed (from person) git-svn-id: http://svn.miranda-ng.org/main/trunk@3169 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SMS/src/SMSConstans.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SMS/src/SMSConstans.h') diff --git a/plugins/SMS/src/SMSConstans.h b/plugins/SMS/src/SMSConstans.h index 2642a56c7d..3b35bd0d04 100644 --- a/plugins/SMS/src/SMSConstans.h +++ b/plugins/SMS/src/SMSConstans.h @@ -63,7 +63,7 @@ struct FontOptionsList } static fontOptionsList[] = { - { RGB(106, 106, 106), _T("Arial"), 0, -12}, + { RGB(106, 106, 106), L"Arial", 0, -12}, }; -- cgit v1.2.3