diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-20 11:45:24 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-20 11:45:24 +0300 |
commit | d385efebe356aebb92376fcd9c796a636df4be9a (patch) | |
tree | 2f2c00fa6491053b1b44ba7bb96b173cb5beec7b /resource.h | |
parent | 73e1f8787147ec66e9a56117cedf8e797dc7ecc6 (diff) |
modified: init.cpp
modified: messages.cpp
modified: new_gpg.rc
modified: options.cpp
modified: resource.h
modified: utilities.cpp
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -55,6 +55,7 @@ #define IDC_LOG_FILE_SET 1046
#define IDC_SAVE_PASSWORD 1047
#define IDC_DEBUG_LOG 1048
+#define IDC_JABBER_API 1049
// Next default values for new objects
//
@@ -62,7 +63,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 112
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1049
+#define _APS_NEXT_CONTROL_VALUE 1050
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|