diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-21 18:42:27 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-21 18:42:27 +0300 |
commit | 7d4d8ddd73ec9977d7bcd0b90c6b8e3725e26cc2 (patch) | |
tree | 6cdabcb7bef710e1ab0da21acfa144143170a8e0 /resource.h | |
parent | 58ff139a2aa754f77b9908de2cdfda2c90aae7df (diff) |
modified: main.cpp
modified: new_gpg.rc
modified: options.cpp
modified: resource.h
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -57,6 +57,7 @@ #define IDC_DEBUG_LOG 1048
#define IDC_JABBER_API 1049
#define IDC_ENABLE_ENCRYPTION 1050
+#define IDC_KEY_FROM 1051
// Next default values for new objects
//
@@ -64,7 +65,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 112
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1051
+#define _APS_NEXT_CONTROL_VALUE 1052
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|