From: Kent Sutherland Date: Tue, 18 Mar 2003 20:20:44 +0000 (+0000) Subject: Fixed the nib and pbproj so that the names are changed in classes now. X-Git-Tag: v1.0~174 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/f4e08469b94db99c96d587fa34077dca4bb78bd9 Fixed the nib and pbproj so that the names are changed in classes now. --- diff --git a/English.lproj/MainMenu.nib/classes.nib b/English.lproj/MainMenu.nib/classes.nib index eda69cc..c95db6a 100755 --- a/English.lproj/MainMenu.nib/classes.nib +++ b/English.lproj/MainMenu.nib/classes.nib @@ -1,14 +1,8 @@ { IBClasses = ( {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, - {CLASS = MTApplication; LANGUAGE = ObjC; SUPERCLASS = NSApplication; }, - { - ACTIONS = {}; - CLASS = MenuTunes; - LANGUAGE = ObjC; - OUTLETS = {}; - SUPERCLASS = NSObject; - } + {CLASS = MainController; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + {CLASS = MenuTunes; LANGUAGE = ObjC; SUPERCLASS = NSApplication; } ); IBVersion = 1; } \ No newline at end of file