]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
bug fix for using multiline string (i.e. with embedded '\n's) in wxTextCtrl ctor
[wxWidgets.git] / src / common / wincmn.cpp
index 07f22dfcb1c03de9e569a9f176bfbf42af093ae7..26df7cc81f50c2a4f6f9eef2596b0c5f3b5d631e 100644 (file)
@@ -1503,7 +1503,8 @@ void wxWindowBase::OnMiddleClick( wxMouseEvent& event )
         switch ( wxGetOsVersion() )
         {
             case wxMOTIF_X:     port = _T("Motif"); break;
-            case wxMACINTOSH:   port = _T("Mac"); break;
+            case wxMAC:
+            case wxMAC_DARWIN:  port = _T("Mac"); break;
             case wxBEOS:        port = _T("BeOS"); break;
             case wxGTK:
             case wxGTK_WIN32: