Minor doc fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17300 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-07-22 16:32:30 +00:00
parent babf5391a3
commit 0e06373598

View file

@ -2367,7 +2367,7 @@ resetCursorRectsForView(NSView *theView)
/**
* Miniaturize the receiver ... as long as its style mask includes
* NSMiniaturizableWindowMask (and as long as the receiver is not an
* icon or mini window itsself). Calls -miniaturize to do this.<br />
* icon or mini window itsself). Calls -miniaturize: to do this.<br />
* Beeps if the window can't be miniaturised.<br />
* Should ideally provide visual feedback (highlighting the miniaturize
* button as if it had been clicked) first ... but that's not yet implemented.