From ed78d0bc52bbef490b66700e9c8563a68338ad36 Mon Sep 17 00:00:00 2001 From: sje Date: Thu, 26 Apr 2007 04:50:52 +0000 Subject: fixed detection of unicode messages in filter recv added 'unicode aware' flag added lotsa options git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@153 4f64403b-2f21-0410-a795-97e2b3489a10 --- nohtml/resource.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nohtml/resource.h') diff --git a/nohtml/resource.h b/nohtml/resource.h index d8ab8e5..d237061 100644 --- a/nohtml/resource.h +++ b/nohtml/resource.h @@ -5,6 +5,11 @@ #define IDD_OPT1 109 #define IDC_CHK_BBCODES 1001 #define IDC_CHK_HTML 1002 +#define IDC_CHK_FILTEROUT 1003 +#define IDC_CHK_ALL 1004 +#define IDC_CHECK2 1005 +#define IDC_CHK_OTR 1005 +#define IDC_CHK_FILTERIN 1006 // Next default values for new objects // @@ -12,7 +17,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 120 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1002 +#define _APS_NEXT_CONTROL_VALUE 1006 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- cgit v1.2.3