Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITCategory-NSMenu.h
old mode 100755 (executable)
new mode 100644 (file)
index 2a4870e..dd15804
@@ -1,21 +1,15 @@
 /*
  *     ITKit
- *  ITCategory-NSMenu.h
- *    Category which extends NSMenu
+ *     ITCategory-NSMenu.h
  *
- *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
- *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
- *
- *  Copyright (c) 2002 - 2004 iThink Software.
- *  All Rights Reserved
+ *     Copyright (c) 2005 iThink Software
  *
  */
 
-
 #import <Cocoa/Cocoa.h>
 #import <Carbon/Carbon.h>
 
-@interface NSMenu (ITCategory)
+@interface NSMenu (ITKitCategory)
 
 - (void)indentItem:(id <NSMenuItem>)item;
 - (void)indentItemAtIndex:(int)index;
@@ -24,4 +18,4 @@
 - (MenuRef)menuRef;
 - (void)removeAllItems;
 
-@end
+@end
\ No newline at end of file