diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-11 05:22:07 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-11 05:22:07 +0300 |
commit | 41539458d2d114cb714b72315c482e33340a9ee3 (patch) | |
tree | 0dffe24b1af5cdd47b00ba8e5bb79cc5853f2c02 /resource.h | |
parent | ff34af8edad99fae99b59def8a3d5cce92085a9c (diff) |
modified: init.cpp
modified: main.cpp
modified: messages.cpp
modified: new_gpg.rc
modified: options.cpp
modified: resource.h
modified: utilities.cpp
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,6 +3,8 @@ // Used by new_gpg.rc
//
#define IDD_LOAD_PUBLIC_KEY 102
+#define IDD_DIALOG1 103
+#define IDD_FIRST_RUN 103
#define IDD_OPT_GPG 104
#define IDD_OPT_GPG_BIN 105
#define IDC_SET_BIN_PATH 1016
@@ -18,14 +20,13 @@ #define IDC_PUBLIC_KEY_EDIT 1025
#define IDC_BUTTON1 1026
#define IDC_SAVE_KEY_BUTTON 1026
-#define IDC_BUTTON2 1027
#define IDC_DELETE_KEY_BUTTON 1027
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 103
+#define _APS_NEXT_RESOURCE_VALUE 104
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1028
#define _APS_NEXT_SYMED_VALUE 101
|