From 013b278a482a1e1821715a1e2c6c7da5e7f94434 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 15 Aug 2010 23:00:56 +0300 Subject: modified: main.cpp modified: new_gpg.rc modified: options.cpp modified: resource.h --- resource.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'resource.h') diff --git a/resource.h b/resource.h index 4e6dd17..b934c1d 100644 --- a/resource.h +++ b/resource.h @@ -10,6 +10,7 @@ #define IDD_OPT_GPG_MESSAGES 107 #define IDD_NEW_KEY 108 #define IDD_KEY_GEN 109 +#define IDD_LOAD_EXISTING_KEY 110 #define IDC_SET_BIN_PATH 1016 #define IDC_SET_HOME_DIR 1017 #define IDC_BIN_PATH 1018 @@ -45,15 +46,16 @@ #define IDC_KEY_TYPE 1039 #define IDC_KEY_LENGTH 1040 #define IDC_KEY_EXPIRE_DATE 1043 -#define IDC_EDIT2 1044 +#define IDC_LIST1 1045 +#define IDC_EXISTING_KEY_LIST 1045 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 110 +#define _APS_NEXT_RESOURCE_VALUE 111 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1045 +#define _APS_NEXT_CONTROL_VALUE 1046 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- cgit v1.2.3