changed choice to properly inherit from wxChoiceBase , added msg compatible calls to wxStaticBitmap, correct window class attribution (was wrong in carbon)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2001-03-04 12:47:34 +00:00
parent 56d4016a16
commit 2597135af7
3 changed files with 77 additions and 67 deletions

View File

@@ -476,7 +476,7 @@ wxPathFormat wxFileName::GetFormat( wxPathFormat format )
#if defined(__WXMSW__) || defined(__WXPM__)
format = wxPATH_DOS;
#elif defined(__WXMAC__)
format = wxPATH_MAC;
format = wxPATH_UNIX; // that's the way the rest of wx' code works right now
#else
format = wxPATH_UNIX;
#endif