Making prefs work. Not sure if hotkeys are saving and updating, though
[MenuTunes.git] / English.lproj / Preferences.nib / classes.nib
index 10e4f8f..7401e28 100755 (executable)
@@ -4,17 +4,13 @@
         {CLASS = KeyBroadcaster; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
         {
             ACTIONS = {
-                apply = id; 
-                cancel = id; 
                 cancelHotKey = id; 
+                changeGeneralSetting = id; 
+                changeHotKey = id; 
+                changeStatusWindowSetting = id; 
                 clearHotKey = id; 
                 okHotKey = id; 
-                save = id; 
-                setCurrentTrackInfo = id; 
-                setNextTrack = id; 
-                setPlayPause = id; 
-                setPreviousTrack = id; 
-                setUpcomingSongs = id; 
+                showPrefsWindow = id; 
             }; 
             CLASS = PreferencesController; 
             LANGUAGE = ObjC; 
                 nextTrackButton = NSButton; 
                 playPauseButton = NSButton; 
                 previousTrackButton = NSButton; 
+                ratingDecrementButton = NSButton; 
+                ratingIncrementButton = NSButton; 
                 songsInAdvance = NSTextField; 
+                toggleLoopButton = NSButton; 
+                toggleShuffleButton = NSButton; 
                 trackInfoButton = NSButton; 
                 trackTimeCheckbox = NSButton; 
                 upcomingSongsButton = NSButton; 
+                volumeDecrementButton = NSButton; 
+                volumeIncrementButton = NSButton; 
                 window = NSWindow; 
             }; 
             SUPERCLASS = NSObject;