summaryrefslogtreecommitdiff
path: root/nohtml/resource.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-04-26 04:50:52 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-04-26 04:50:52 +0000
commited78d0bc52bbef490b66700e9c8563a68338ad36 (patch)
treeeb78d1e93a3619fce810c3e2af7de00fd456a512 /nohtml/resource.h
parentb668c691db2fb618029ae031a4be72d15155fdb1 (diff)
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
Diffstat (limited to 'nohtml/resource.h')
-rw-r--r--nohtml/resource.h7
1 files changed, 6 insertions, 1 deletions
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