summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src/resource.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2015-10-25 11:41:14 +0000
committerRobert Pösel <robyer@seznam.cz>2015-10-25 11:41:14 +0000
commit55dc3a99af44bb97931bdeca9122d0d62f7b183f (patch)
tree9b685ccc08282402d343bfcd131d6a77f8b038fa /protocols/Dummy/src/resource.h
parent7d5f7b0fac50a1c6972c48664797f33f180243ee (diff)
Dummy: Support for sending messages (with option to enable it)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Dummy/src/resource.h')
-rw-r--r--protocols/Dummy/src/resource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Dummy/src/resource.h b/protocols/Dummy/src/resource.h
index bf5d6ff711..f9405505ad 100644
--- a/protocols/Dummy/src/resource.h
+++ b/protocols/Dummy/src/resource.h
@@ -6,6 +6,7 @@
#define IDC_ID_TEXT 1030
#define IDC_ID_SETTING 1031
#define IDC_TEMPLATE 1032
+#define IDC_ALLOW_SENDING 1033
// Next default values for new objects
//
@@ -14,7 +15,7 @@
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1033
+#define _APS_NEXT_CONTROL_VALUE 1034
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif