Added parent window handle to the creation method
of the file transfer dialog.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@409 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/vncviewer.rc b/vncviewer/vncviewer.rc
index df6bf08..64a4d90 100644
--- a/vncviewer/vncviewer.rc
+++ b/vncviewer/vncviewer.rc
@@ -40,7 +40,7 @@
     PUSHBUTTON      "...",IDC_FTLOCALBROWSE,165,20,14,12
     PUSHBUTTON      "",IDC_FTLOCALUP,179,20,14,12,BS_ICON
     PUSHBUTTON      "",IDC_FTLOCALRELOAD,193,20,14,12,BS_ICON
-    EDITTEXT        IDC_EDIT2,323,20,155,12,ES_AUTOHSCROLL
+    EDITTEXT        IDC_FTREMOTEPATH,323,20,155,12,ES_AUTOHSCROLL
     CONTROL         "List2",IDC_FTREMOTELIST,"SysListView32",LVS_REPORT | 
                     LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER | 
                     WS_TABSTOP,323,40,200,196