From 8983afc0314cb42ddc7ff709b78ae32b6fd1f900 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 23 Aug 2010 19:59:55 +0300 Subject: modified: commonheaders.h modified: icons.cpp modified: icons/secured.ico modified: icons/unsecured.ico modified: init.cpp modified: new_gpg.rc modified: new_gpg.vcproj modified: options.cpp modified: resource.h modified: utilities.cpp --- resource.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'resource.h') diff --git a/resource.h b/resource.h index 4d3734d..e0592af 100644 --- a/resource.h +++ b/resource.h @@ -12,6 +12,8 @@ #define IDD_KEY_GEN 109 #define IDD_LOAD_EXISTING_KEY 110 #define IDD_KEY_PASSWD 111 +#define IDI_SECURED 112 +#define IDI_UNSECURED 113 #define IDC_SET_BIN_PATH 1016 #define IDC_SET_HOME_DIR 1017 #define IDC_BIN_PATH 1018 @@ -63,7 +65,7 @@ // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 112 +#define _APS_NEXT_RESOURCE_VALUE 114 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1052 #define _APS_NEXT_SYMED_VALUE 101 -- cgit v1.2.3