X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/22ddc2ccf5a32acf25445656e9c14e22a62835c9..90261ef2a4b2facc14c3c05a5a6e586e900a4f94:/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; }