diff options
author | Dennis Syrovatsky <dennis@tightvnc.com> | 2005-10-26 01:43:28 +0000 |
---|---|---|
committer | Dennis Syrovatsky <dennis@tightvnc.com> | 2005-10-26 01:43:28 +0000 |
commit | bd0768c5e8139d51ea4c24c6b417b635b2f339e4 (patch) | |
tree | c4b1832043a16e07b7f08ce1db052db785f3104e /vncviewer/resource.h | |
parent | 19c75a5ddc92b5dd944ebe2f9ed38d4df9bd9180 (diff) | |
download | tigervnc-bd0768c5e8139d51ea4c24c6b417b635b2f339e4.tar.gz tigervnc-bd0768c5e8139d51ea4c24c6b417b635b2f339e4.zip |
Added file transfer confirmation dialog.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@360 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/resource.h')
-rw-r--r-- | vncviewer/resource.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vncviewer/resource.h b/vncviewer/resource.h index fb3281d3..93690a20 100644 --- a/vncviewer/resource.h +++ b/vncviewer/resource.h @@ -19,6 +19,7 @@ #define IDD_FILETRANSFER_DLG 120 #define IDB_TOOLBAR 121 #define IDD_FTDIRNAME_DLG 123 +#define IDD_FTCONFIRM_DLG 124 #define IDC_PASSWORD 1000 #define IDC_CONNECTING_TEXT 1001 #define IDC_SERVER_EDIT 1002 @@ -94,6 +95,8 @@ #define IDC_FTLOCALLABEL 1076 #define IDC_FTREMOTELABEL 1077 #define IDC_EDIT1 1078 +#define IDC_CONFIRM_YESTOALL 1079 +#define IDC_CONFIRM_TEXT 1080 #define ID_CLOSE 40002 #define ID_OPTIONS 40003 #define ID_NEW_CONNECTION 40004 @@ -103,9 +106,9 @@ // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 124 +#define _APS_NEXT_RESOURCE_VALUE 125 #define _APS_NEXT_COMMAND_VALUE 40006 -#define _APS_NEXT_CONTROL_VALUE 1079 +#define _APS_NEXT_CONTROL_VALUE 1081 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |