Added the new keycombos in the prefs. Will go into MainController next.
[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                 apply = id; 
8                 cancel = id; 
9                 cancelHotKey = id; 
10                 clearHotKey = id; 
11                 okHotKey = id; 
12                 save = id; 
13                 setNewHotKey = 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 }