From 6bbd8536b16a7c0881ba300fd3d114eb016e6f47 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 9 Jun 1999 07:28:09 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4380 72102866-910b-0410-8b05-ffd578937521 --- Source/NSWindow.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSWindow.m b/Source/NSWindow.m index 352ea61a0..5477538ec 100644 --- a/Source/NSWindow.m +++ b/Source/NSWindow.m @@ -669,7 +669,7 @@ static Class responderClass; { NSPoint basePoint; - screenPoint = [GSCurrentContext() convertScreenToBase: screenPoint] + screenPoint = [GSCurrentContext() convertScreenToBase: screenPoint]; basePoint.x = screenPoint.x - frame.origin.x; basePoint.y = screenPoint.y - frame.origin.y;