]> git.saurik.com Git - wxWidgets.git/commitdiff
use new call
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 Apr 2010 14:53:36 +0000 (14:53 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 Apr 2010 14:53:36 +0000 (14:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/filedlg.cpp

index 719654a23ae08a04abdde5098e61b26cad8e080f..4fb787eacff74d2558040e61bb80a058e7fde5d1 100644 (file)
@@ -466,7 +466,7 @@ wxFileDialog::wxFileDialog(
 
 void wxFileDialog::SetupExtraControls(WXWindow nativeWindow)
 {
-    wxNonOwnedWindow::Create( GetParent(), nativeWindow );
+    wxTopLevelWindow::Create( GetParent(), nativeWindow );
     
     if (HasExtraControlCreator())
     {