diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-01 00:50:29 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-01 00:50:29 +0300 |
commit | 4f14d10536cd593a332fccdf6b954b8020f0b8d2 (patch) | |
tree | 85d5d5d8ee8b43ede24e1a1172ff3a37d2aeb288 /resource.h | |
parent | adfbd68fc806c2c1fa79e0e878d2ff76a76bee8b (diff) |
modified: main.cpp
modified: messages.cpp
modified: new_gpg.rc
modified: options.cpp
modified: resource.h
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -62,6 +62,7 @@ #define IDC_KEY_FROM 1051
#define IDC_DELETE_KEY 1052
#define IDC_KEYID 1053
+#define IDC_CURRENT_KEY 1054
// Next default values for new objects
//
@@ -69,7 +70,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 114
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1054
+#define _APS_NEXT_CONTROL_VALUE 1055
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|