diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-18 08:26:47 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-18 08:26:47 +0300 |
commit | 45ff7b504d79072bfbd24cf12f5818ed356f94bc (patch) | |
tree | b3e51aa789863f95d48d5e3775216fa336911c9d /resource.h | |
parent | e07a374f12258c3798c9f49ea926db29f90d93ec (diff) |
modified: gpg_wrapper.cpp
modified: init.cpp
modified: main.cpp
modified: messages.cpp
modified: new_gpg.rc
modified: new_gpg.sln
modified: new_gpg.vcproj
modified: options.cpp
modified: resource.h
modified: utilities.cpp
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -27,6 +27,7 @@ #define IDC_IN_OPEN_TAG 1025
#define IDC_KEY_PASSWD 1025
#define IDC_PASSWORD 1025
+#define IDC_LOG_FILE_EDIT 1025
#define IDC_BUTTON1 1026
#define IDC_SAVE_KEY_BUTTON 1026
#define IDC_GENERATE_KEY 1026
@@ -51,7 +52,9 @@ #define IDC_EXISTING_KEY_LIST 1045
#define IDC_BUTTON2 1046
#define IDC_OTHER 1046
+#define IDC_LOG_FILE_SET 1046
#define IDC_SAVE_PASSWORD 1047
+#define IDC_DEBUG_LOG 1048
// Next default values for new objects
//
@@ -59,7 +62,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 112
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1048
+#define _APS_NEXT_CONTROL_VALUE 1049
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|