Added file transfer confirmation dialog.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@360 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/resource.h b/vncviewer/resource.h
index fb3281d..93690a2 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