From: Stefan Csomor Date: Tue, 20 Apr 2010 14:53:36 +0000 (+0000) Subject: use new call X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0e05b13c4296284556a05e67d05addae9beb17b4 use new call git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/carbon/filedlg.cpp b/src/osx/carbon/filedlg.cpp index 719654a23a..4fb787eacf 100644 --- a/src/osx/carbon/filedlg.cpp +++ b/src/osx/carbon/filedlg.cpp @@ -466,7 +466,7 @@ wxFileDialog::wxFileDialog( void wxFileDialog::SetupExtraControls(WXWindow nativeWindow) { - wxNonOwnedWindow::Create( GetParent(), nativeWindow ); + wxTopLevelWindow::Create( GetParent(), nativeWindow ); if (HasExtraControlCreator()) {