summaryrefslogtreecommitdiff
path: root/resource.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-15 23:00:56 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-15 23:00:56 +0300
commit013b278a482a1e1821715a1e2c6c7da5e7f94434 (patch)
tree0e00f94aab4cf1894af289dad0b873f20f22d535 /resource.h
parentead24472fda0b5d69497e792a6b4dede30ab319b (diff)
modified: main.cpp
modified: new_gpg.rc modified: options.cpp modified: resource.h
Diffstat (limited to 'resource.h')
-rw-r--r--resource.h8
1 files changed, 5 insertions, 3 deletions
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