diff --git a/src/common/filename.cpp b/src/common/filename.cpp index 5e6c33816f..3785a8682e 100644 --- a/src/common/filename.cpp +++ b/src/common/filename.cpp @@ -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