Applied #10917: wxGTK wxFileDialog::SetDirectory and ::SetFilename problems

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2009-09-24 20:36:46 +00:00
parent 198c264dbc
commit 02a40b8af9
2 changed files with 39 additions and 4 deletions

View File

@@ -197,6 +197,8 @@ public:
/**
Sets the default filename.
In wxGTK this will have little effect unless a default directory has previously been set.
*/
virtual void SetFilename(const wxString& setfilename);