]> git.saurik.com Git - wxWidgets.git/commitdiff
typo in mouse event handler
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 28 Mar 2004 07:06:09 +0000 (07:06 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 28 Mar 2004 07:06:09 +0000 (07:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/notebmac.cpp

index 91c17ee434a9f266941d3f7cb8633b1608cb029c..ae2e636a3a20dffa527893c7db5a2ffd8f5e19b5 100644 (file)
@@ -581,7 +581,7 @@ void  wxNotebook::OnMouse( wxMouseEvent &event )
         int x = event.m_x ;
         int y = event.m_y ;
 
-#if TARGET_API_MAC_ISX
+#if TARGET_API_MAC_OSX
                // OS Needs it in window not client coordinates
                wxPoint origin = GetClientAreaOrigin() ;
                x += origin.x ;