Corrected documentation.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29160 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2009-12-22 22:29:41 +00:00
parent 126f60f6db
commit 8bc3ee3cf8
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-12-22 17:31-EST Gregory John Casamento <greg.casamento@gmail.com>
* Source/NSCell.m: Corrected documentation in GUI to reflect that
this does nothing in the default implementation, according to spec.
2009-12-22 Wolfgang Lux <wolfgang.lux@gmail.com>
* Source/NSWindow.m (-validateUserInterfaceItem):
@ -34,6 +39,7 @@
allowsOtherFileTypes attribute to its default when a fresh save
panel is requested.
>>>>>>> .r29159
2009-12-21 Fred Kiefer <FredKiefer@gmx.de>
* Source/GSIconManager.h,

View file

@ -1552,7 +1552,7 @@ static NSColor *dtxtCol;
return NO;
}
/**<p>TODO</p>
/**<p>Default implementation of this method in NSCell does nothing.</p>
*/
- (void) stopTracking: (NSPoint)lastPoint
at: (NSPoint)stopPoint