Fixed typo in enumeration of NSGradientType

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11574 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-12-01 11:18:52 +00:00
parent 66b4bb979f
commit 4fe5ab1e79

View file

@ -60,7 +60,7 @@ typedef enum _NSBezelStyle {
typedef enum _NSGradientType {
NSGradientNone,
NSGradientConcanveWeak,
NSGradientConcaveWeak,
NSGradientConcaveStrong,
NSGradientConvexWeak,
NSGradientConvexStrong