mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
868a8f189e
commit
9104c393a2
2 changed files with 6 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue