Corrected typo in method name.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18649 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2004-02-24 21:20:22 +00:00
parent 868a8f189e
commit 9104c393a2
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-02-24 Fred Kiefer <FredKiefer@gmx.de>
* Headers/Additions/GNUstepGUI/GSDrawFunctions.h:
Corrected misnaming of method in last change.
2004-02-24 Fred Kiefer <FredKiefer@gmx.de>
* Images/nsmapping.strings:

View file

@ -43,11 +43,10 @@
+ (void) drawGroove: (NSRect)border : (NSRect)clip;
+ (void) drawFramePhoto: (NSRect)border : (NSRect)clip;
+ (NSRect) drawGradient: (NSGradientType)gradientType
+ (NSRect) drawGradientBorder: (NSGradientType)gradientType
inRect: (NSRect)border
withClip: (NSRect)clip;
@end
#endif /* _GNUstep_H_GSDrawFunctions */