Fixed the nib and pbproj so that the names are changed in classes now.
authorKent Sutherland <ksuther@ithinksw.com>
Tue, 18 Mar 2003 20:20:44 +0000 (20:20 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Tue, 18 Mar 2003 20:20:44 +0000 (20:20 +0000)
English.lproj/MainMenu.nib/classes.nib

index eda69cc..c95db6a 100755 (executable)
@@ -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