use new call

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2010-04-20 14:53:36 +00:00
parent 638b3cd7a8
commit 0e05b13c42

View File

@ -466,7 +466,7 @@ wxFileDialog::wxFileDialog(
void wxFileDialog::SetupExtraControls(WXWindow nativeWindow)
{
wxNonOwnedWindow::Create( GetParent(), nativeWindow );
wxTopLevelWindow::Create( GetParent(), nativeWindow );
if (HasExtraControlCreator())
{