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