I've done some work to the effect of moving MT to use the new HotKey
[MenuTunes.git] / English.lproj / Preferences.nib / classes.nib
index 0110c5a..f2bcacf 100755 (executable)
@@ -1,16 +1,16 @@
 {
     IBClasses = (
         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
-        {CLASS = KeyBroadcaster; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
+        {CLASS = ITKeyBroadcaster; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
         {
             ACTIONS = {
-                apply = id; 
-                cancel = id; 
                 cancelHotKey = id; 
+                changeGeneralSetting = id; 
+                changeHotKey = id; 
+                changeStatusWindowSetting = id; 
                 clearHotKey = id; 
                 okHotKey = id; 
-                save = id; 
-                setNewHotKey = id; 
+                showPrefsWindow = id; 
             }; 
             CLASS = PreferencesController; 
             LANGUAGE = ObjC; 
@@ -21,6 +21,7 @@
                 keyComboField = NSTextField; 
                 keyComboPanel = NSPanel; 
                 launchAtLoginCheckbox = NSButton; 
+                launchPlayerAtLaunchCheckbox = NSButton; 
                 menuTableView = NSTableView; 
                 nameCheckbox = NSButton; 
                 nextTrackButton = NSButton; 
                 previousTrackButton = NSButton; 
                 ratingDecrementButton = NSButton; 
                 ratingIncrementButton = NSButton; 
+                showPlayerButton = NSButton; 
                 songsInAdvance = NSTextField; 
                 toggleLoopButton = NSButton; 
                 toggleShuffleButton = NSButton; 
                 trackInfoButton = NSButton; 
+                trackNumberCheckbox = NSButton; 
                 trackTimeCheckbox = NSButton; 
                 upcomingSongsButton = NSButton; 
                 volumeDecrementButton = NSButton;