X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/a8daf8ac0972b8b5b582a97b50889fec447f45a4..HEAD:/ITCategory-NSMenu.h diff --git a/ITCategory-NSMenu.h b/ITCategory-NSMenu.h old mode 100755 new mode 100644 index 2a4870e..dd15804 --- a/ITCategory-NSMenu.h +++ b/ITCategory-NSMenu.h @@ -1,21 +1,15 @@ /* * ITKit - * ITCategory-NSMenu.h - * Category which extends NSMenu + * ITCategory-NSMenu.h * - * Original Author : Joseph Spiros - * Responsibility : Joseph Spiros - * - * Copyright (c) 2002 - 2004 iThink Software. - * All Rights Reserved + * Copyright (c) 2005 iThink Software * */ - #import #import -@interface NSMenu (ITCategory) +@interface NSMenu (ITKitCategory) - (void)indentItem:(id )item; - (void)indentItemAtIndex:(int)index; @@ -24,4 +18,4 @@ - (MenuRef)menuRef; - (void)removeAllItems; -@end +@end \ No newline at end of file