Tidied comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13670 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-05-21 15:54:10 +00:00
parent 2227cb109a
commit 484f4f444f

View file

@ -2302,7 +2302,8 @@ resetCursorRectsForView(NSView *theView)
/*
* If there is a first responder tell it to resign.
* Change only if it replies Y */
* Change only if it replies YES.
*/
if ((_firstResponder) && (![_firstResponder resignFirstResponder]))
return NO;