diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 23:35:06 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 23:35:06 +0300 |
commit | 6e0a54a479bbcb862df2f69945aa5e3d16ad9db2 (patch) | |
tree | 5ba673c66eadb72be7d7dc2a76292a671ce62540 /resource.h | |
parent | 101a521ee025001c119462915d3497e5f112809b (diff) |
modified: init.cpp
modified: main.cpp
modified: new_gpg.rc
modified: resource.h
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -46,8 +46,9 @@ #define IDC_KEY_TYPE 1039
#define IDC_KEY_LENGTH 1040
#define IDC_KEY_EXPIRE_DATE 1043
-#define IDC_LIST1 1045
#define IDC_EXISTING_KEY_LIST 1045
+#define IDC_BUTTON2 1046
+#define IDC_OTHER 1046
// Next default values for new objects
//
@@ -55,7 +56,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 111
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1046
+#define _APS_NEXT_CONTROL_VALUE 1047
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|