Making prefs work. Not sure if hotkeys are saving and updating, though
[MenuTunes.git] / English.lproj / Preferences.nib / classes.nib
1 {
2     IBClasses = (
3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
4         {CLASS = KeyBroadcaster; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
5         {
6             ACTIONS = {
7                 cancelHotKey = id; 
8                 changeGeneralSetting = id; 
9                 changeHotKey = id; 
10                 changeStatusWindowSetting = id; 
11                 clearHotKey = id; 
12                 okHotKey = id; 
13                 showPrefsWindow = id; 
14             }; 
15             CLASS = PreferencesController; 
16             LANGUAGE = ObjC; 
17             OUTLETS = {
18                 albumCheckbox = NSButton; 
19                 allTableView = NSTableView; 
20                 artistCheckbox = NSButton; 
21                 keyComboField = NSTextField; 
22                 keyComboPanel = NSPanel; 
23                 launchAtLoginCheckbox = NSButton; 
24                 menuTableView = NSTableView; 
25                 nameCheckbox = NSButton; 
26                 nextTrackButton = NSButton; 
27                 playPauseButton = NSButton; 
28                 previousTrackButton = NSButton; 
29                 ratingDecrementButton = NSButton; 
30                 ratingIncrementButton = NSButton; 
31                 songsInAdvance = NSTextField; 
32                 toggleLoopButton = NSButton; 
33                 toggleShuffleButton = NSButton; 
34                 trackInfoButton = NSButton; 
35                 trackTimeCheckbox = NSButton; 
36                 upcomingSongsButton = NSButton; 
37                 volumeDecrementButton = NSButton; 
38                 volumeIncrementButton = NSButton; 
39                 window = NSWindow; 
40             }; 
41             SUPERCLASS = NSObject; 
42         }
43     ); 
44     IBVersion = 1; 
45 }