X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/bbb399e28121ac71152cef5fc21e106c4b941cbc..1de0d30d4a40f983a45b41ce98f297bbe435ef24:/ITTSWBackgroundView.h diff --git a/ITTSWBackgroundView.h b/ITTSWBackgroundView.h index 8d49143..ff56e90 100755 --- a/ITTSWBackgroundView.h +++ b/ITTSWBackgroundView.h @@ -1,6 +1,6 @@ /* * ITKit - * ITGrayRoundedView + * ITTSWBackgroundView * NSView subclass which draws a translucent background with rounded corners. * * Original Author : Matt Judy @@ -14,7 +14,7 @@ #import -@interface ITGrayRoundedView : NSView { +@interface ITTSWBackgroundView : NSView { NSBezierPath *_path; }