From e40f15abf3f3c486682bb65311518fe55d7a3bcf Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 28 Mar 2004 07:06:09 +0000 Subject: [PATCH] typo in mouse event handler git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/notebmac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac/carbon/notebmac.cpp b/src/mac/carbon/notebmac.cpp index 91c17ee434..ae2e636a3a 100644 --- a/src/mac/carbon/notebmac.cpp +++ b/src/mac/carbon/notebmac.cpp @@ -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 ; -- 2.47.2