Fix wxGTK's wxFileDialog:Get/SetFilename() to be in sync.
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 13 Nov 2012 12:36:32 +0000 (12:36 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 13 Nov 2012 12:36:32 +0000 (12:36 +0000)
commitab49aec91a9e95616fc5c14a64d82bb052be1bb5
tree7106cc428fe5391a06ff9c31708785f74bec7bb6
parentc7619cf139403771e602c1b26a104e7773a40932
Fix wxGTK's wxFileDialog:Get/SetFilename() to be in sync.

The m_fileName and m_dir variables, managed by the base class, were out
of sync when the dialog wasn't shown yet, because the wxGTK
implementation didn't always set them. GetFilename() following
SetFilename(x) could return something other than x. Fixed by calling the
base class version.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/filedlg.cpp