From 6e53dfca72b932c4bdcd7aa02ca62bf8b2630eac Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Jul 2016 09:20:25 +0000 Subject: less TCHARs: - TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Boltun/src/stdafx.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/Boltun/src/stdafx.h') diff --git a/plugins/Boltun/src/stdafx.h b/plugins/Boltun/src/stdafx.h index 77b9614042..a4a084bdf2 100644 --- a/plugins/Boltun/src/stdafx.h +++ b/plugins/Boltun/src/stdafx.h @@ -74,20 +74,20 @@ //Plugin name #define BOLTUN_NAME "Boltun" -#define MIND_FILE_DESC LPGENT("Mind Files") -#define ALL_FILES_DESC LPGENT("All Files") +#define MIND_FILE_DESC LPGENW("Mind Files") +#define ALL_FILES_DESC LPGENW("All Files") //UI strings #define BOLTUN_AUTO_CHAT LPGEN("Boltun/Auto Chat") #define BOLTUN_NOT_TO_CHAT LPGEN("Boltun/Not to Chat") #define BOLTUN_START_CHATTING LPGEN("Boltun/Start Chatting") -#define DEFAULT_WARN_TEXT LPGENT("Hello. I'm Boltun! I'll talk to you, while my owner is away. Please write without mistakes!") +#define DEFAULT_WARN_TEXT LPGENW("Hello. I'm Boltun! I'll talk to you, while my owner is away. Please write without mistakes!") // Error messages -#define BOLTUN_ERROR LPGENT("Boltun Error") -#define FAILED_TO_LOAD_BASE LPGENT("Failed to load base of remarks. Error at line %d of %s. (Or few lines before).") -#define FAILED_TO_SAVE_BASE LPGENT("Failed to save base of remarks to %s") +#define BOLTUN_ERROR LPGENW("Boltun Error") +#define FAILED_TO_LOAD_BASE LPGENW("Failed to load base of remarks. Error at line %d of %s. (Or few lines before).") +#define FAILED_TO_SAVE_BASE LPGENW("Failed to save base of remarks to %s") //Settings tab names #define TAB_GENERAL LPGEN("General Settings") -- cgit v1.2.3