From d8092ec197c92010008c5e4d2a22ad71a883f8d8 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 21 Jul 2015 20:03:47 +0000 Subject: Clist_modern: vc2015 compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@14607 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clcopts.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/Clist_modern/src/modern_clcopts.cpp b/plugins/Clist_modern/src/modern_clcopts.cpp index 6c63d290a0..0229e36828 100644 --- a/plugins/Clist_modern/src/modern_clcopts.cpp +++ b/plugins/Clist_modern/src/modern_clcopts.cpp @@ -57,10 +57,10 @@ struct FontOptionsList { char size; }; -#define CLCGROUP LPGENT("Contact list")_T("/")LPGENT("Contact names") -#define CLCLINESGROUP LPGENT("Contact list")_T("/")LPGENT("Row items") -#define CLCFRAMESGROUP LPGENT("Contact list")_T("/")LPGENT("Frame texts") -#define CLCCOLOURSGROUP LPGENT("Contact list")_T("/")LPGENT("Special colors") +#define CLCGROUP LPGENT("Contact list") _T("/") LPGENT("Contact names") +#define CLCLINESGROUP LPGENT("Contact list") _T("/") LPGENT("Row items") +#define CLCFRAMESGROUP LPGENT("Contact list") _T("/") LPGENT("Frame texts") +#define CLCCOLOURSGROUP LPGENT("Contact list") _T("/") LPGENT("Special colors") #define DEFAULT_COLOUR RGB(0, 0, 0) #define DEFAULT_GREYCOLOUR RGB(128, 128, 128) -- cgit v1.2.3