]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/window.cpp
menu help under classic was not giving back the correct help menu handle
[wxWidgets.git] / src / mac / window.cpp
index 834c2cdc04d7a398c00b2923550ec1391f936016..8cd9a947a13bc43ef280ce29d89431aa8d81745d 100644 (file)
@@ -254,7 +254,7 @@ bool wxWindowMac::Enable(bool enable)
     return TRUE;
 }
 
-void wxWindowMac::CaptureMouse()
+void wxWindowMac::DoCaptureMouse()
 {
     wxTheApp->s_captureWindow = this ;
 }
@@ -264,7 +264,7 @@ wxWindow* wxWindowBase::GetCapture()
     return wxTheApp->s_captureWindow ;
 }
 
-void wxWindowMac::ReleaseMouse()
+void wxWindowMac::DoReleaseMouse()
 {
     wxTheApp->s_captureWindow = NULL ;
 }