Commit 66e5a82c authored by Rein Klazes's avatar Rein Klazes Committed by Alexandre Julliard

When a directory is entered in the 16 bits file dialog, it should not

be returned the user. Instead the directory must be changed and the dialog work from there.
parent 88c25c86
......@@ -691,7 +691,7 @@ static LRESULT FILEDLG_TestPath( LFSPRIVATE lfs, LPWSTR path )
/* if ScanDir succeeds, we have changed the directory */
if (FILEDLG_ScanDir(hWnd, path))
return TRUE;
return FALSE; /* and path is not a valid file name */
/* if not, this must be a filename */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment