]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/filedlg.cpp
Removed wxFont::Set/GetNoAntiAliasing() implementations.
[wxWidgets.git] / src / osx / carbon / filedlg.cpp
index 6e438453352e5f4de960aae1c15d2cb953a4439c..2b670be8d6d6f7f4eee369087ee4545b32ef5210 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        src/mac/carbon/filedlg.cpp
+// Name:        src/osx/carbon/filedlg.cpp
 // Purpose:     wxFileDialog
 // Author:      Stefan Csomor
 // Modified by:
@@ -25,7 +25,7 @@
 #include "wx/tokenzr.h"
 #include "wx/filename.h"
 
-#include "wx/mac/private.h"
+#include "wx/osx/private.h"
 
 #ifndef __DARWIN__
     #include <Navigation.h>
@@ -292,6 +292,9 @@ pascal Boolean CrossPlatformFilterCallback(
 
 int wxFileDialog::ShowModal()
 {
+    m_paths.Empty();
+    m_fileNames.Empty();
+    
     OSErr err;
     NavDialogCreationOptions dialogCreateOptions;