diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-21 18:11:53 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-21 18:11:53 +0300 |
commit | 58ff139a2aa754f77b9908de2cdfda2c90aae7df (patch) | |
tree | 806a173cbc5df4980c7b1b3ebfd93ada6d9f247a /resource.h | |
parent | 3aeaeb4d46c0913d35fe3731d9e7b4e8c7e17526 (diff) |
modified: jabber_account.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
@@ -56,6 +56,7 @@ #define IDC_SAVE_PASSWORD 1047
#define IDC_DEBUG_LOG 1048
#define IDC_JABBER_API 1049
+#define IDC_ENABLE_ENCRYPTION 1050
// Next default values for new objects
//
@@ -63,7 +64,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 112
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1050
+#define _APS_NEXT_CONTROL_VALUE 1051
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|