Make wxFileDialog::Set/SetPath() behave consistently.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Nov 2009 16:17:00 +0000 (16:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Nov 2009 16:17:00 +0000 (16:17 +0000)
commit7430a4bbf8bcbff0497449568f51eef0907ad790
treeba1d361fdb64ebc4ba9a254c51b8aae6d0d25dd3
parentaa926768a9329b4eb4804c89de8da2061549708d
Make wxFileDialog::Set/SetPath() behave consistently.

wxFileDialog::GetPath() didn't return the value set by a previous call to
SetPath() in wxMSW version. Fix this and also implement SetPath() and
SetDirectory() methods in the generic versions in the same way as
SetFilename().

Closes #3672.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/filedlg.h
include/wx/generic/filedlgg.h
include/wx/msw/filedlg.h
src/common/fldlgcmn.cpp
src/msw/filedlg.cpp