Added FTBrowseDlg::addItems methods.
Added some code to the FTDialog class for control browsing folders
in the "Browse Folders" dialog.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@456 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/FTDialog.h b/vncviewer/FTDialog.h
index 6cb9d6e..d505e5f 100644
--- a/vncviewer/FTDialog.h
+++ b/vncviewer/FTDialog.h
@@ -32,11 +32,13 @@
#include <vncviewer/FileTransfer.h>
#include <vncviewer/FTListView.h>
#include <vncviewer/FTProgress.h>
+#include <vncviewer/FTBrowseDlg.h>
#include <vncviewer/resource.h>
namespace rfb {
namespace win32 {
class FileTransfer;
+ class FTBrowseDlg;
class FTDialog
{
@@ -142,6 +144,8 @@
FTListView *m_pLocalLV;
FTListView *m_pRemoteLV;
+ FTBrowseDlg *m_pBrowseDlg;
+
int m_FTMenuSource;
char m_szLocalPath[FT_FILENAME_SIZE];