]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filename.cpp
added carbonaccessors.o
[wxWidgets.git] / src / common / filename.cpp
index 5e6c33816fd018ce2f211b97d9f415283ad45205..3785a8682e8fa9445bf19869c47f33467067cb57 100644 (file)
@@ -717,7 +717,7 @@ wxPathFormat wxFileName::GetFormat( wxPathFormat format )
 #if defined(__WXMSW__) || defined(__WXPM__)
         format = wxPATH_DOS;
 #elif defined(__WXMAC__)
-        format = wxPATH_UNIX; // that's the way the rest of wx' code works right now
+        format = wxPATH_MAC; 
 #else
         format = wxPATH_UNIX;
 #endif