diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-23 19:59:55 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-23 19:59:55 +0300 |
commit | 8983afc0314cb42ddc7ff709b78ae32b6fd1f900 (patch) | |
tree | 9ba248d49c9ec6cdf6427889b2ee9bf6348b6321 /resource.h | |
parent | 35daa0c0ba771eb0bab7f870f12eaf265ec58a2d (diff) |
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
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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
|