diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-29 12:23:52 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-29 12:23:52 +0000 |
commit | 24472a77e5cf7619a284134d4eea7da8849b98ad (patch) | |
tree | 3db00f0eefa80cf5473564ef5ded17e13ea0d932 /message_notify/resource.h | |
parent | aec9ec8b670b3bb9a719377b75a53ff009b07c3d (diff) |
improved efficiency
added speech support
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@372 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'message_notify/resource.h')
-rw-r--r-- | message_notify/resource.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/message_notify/resource.h b/message_notify/resource.h index a20fa09..83486fc 100644 --- a/message_notify/resource.h +++ b/message_notify/resource.h @@ -18,6 +18,9 @@ #define IDC_CHK_MSG 1011
#define IDC_LIST1 1012
#define IDC_LST_STATUS 1012
+#define IDC_CHK_POPUPS 1013
+#define IDC_CHK_SPEACH 1014
+#define IDC_CHK_SPEECH 1014
// Next default values for new objects
//
@@ -25,7 +28,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1013
+#define _APS_NEXT_CONTROL_VALUE 1014
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|