From bd0768c5e8139d51ea4c24c6b417b635b2f339e4 Mon Sep 17 00:00:00 2001 From: Dennis Syrovatsky Date: Wed, 26 Oct 2005 01:43:28 +0000 Subject: Added file transfer confirmation dialog. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@360 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- vncviewer/resource.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'vncviewer/resource.h') 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 -- cgit v1.2.3