Changeset 4319
- Timestamp:
- 06/11/06 15:25:46 (2 years ago)
- Files:
-
- WiredClient/trunk/English.lproj/Preferences.nib/classes.nib (modified) (2 diffs)
- WiredClient/trunk/English.lproj/Preferences.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/French.lproj/Preferences.nib/classes.nib (modified) (2 diffs)
- WiredClient/trunk/French.lproj/Preferences.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/German.lproj/Preferences.nib/classes.nib (modified) (2 diffs)
- WiredClient/trunk/German.lproj/Preferences.nib/info.nib (modified) (1 diff)
- WiredClient/trunk/German.lproj/Preferences.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/Japanese.lproj/Preferences.nib/classes.nib (modified) (2 diffs)
- WiredClient/trunk/Japanese.lproj/Preferences.nib/info.nib (modified) (1 diff)
- WiredClient/trunk/Japanese.lproj/Preferences.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/WCPreferences.h (modified) (1 diff)
- WiredClient/trunk/WCPreferences.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/English.lproj/Preferences.nib/classes.nib
r4151 r4319 52 52 "_chatFontTextField" = NSTextField; 53 53 "_chatStyleMatrix" = NSMatrix; 54 "_chatTabView" = NSTabView; 54 55 "_chatTextColorWell" = NSColorWell; 55 56 "_chatURLsColorWell" = NSColorWell; … … 79 80 "_ignoresNickTableColumn" = NSTableColumn; 80 81 "_ignoresTableView" = NSTableView; 82 "_interfaceTabView" = NSTabView; 81 83 "_messagesBackgroundColorWell" = NSColorWell; 82 84 "_messagesFontButton" = NSButton; WiredClient/trunk/French.lproj/Preferences.nib/classes.nib
r4151 r4319 52 52 "_chatFontTextField" = NSTextField; 53 53 "_chatStyleMatrix" = NSMatrix; 54 "_chatTabView" = NSTabView; 54 55 "_chatTextColorWell" = NSColorWell; 55 56 "_chatURLsColorWell" = NSColorWell; … … 79 80 "_ignoresNickTableColumn" = NSTableColumn; 80 81 "_ignoresTableView" = NSTableView; 82 "_interfaceTabView" = NSTabView; 81 83 "_messagesBackgroundColorWell" = NSColorWell; 82 84 "_messagesFontButton" = NSButton; WiredClient/trunk/German.lproj/Preferences.nib/classes.nib
r4237 r4319 52 52 "_chatFontTextField" = NSTextField; 53 53 "_chatStyleMatrix" = NSMatrix; 54 "_chatTabView" = NSTabView; 54 55 "_chatTextColorWell" = NSColorWell; 55 56 "_chatURLsColorWell" = NSColorWell; … … 79 80 "_ignoresNickTableColumn" = NSTableColumn; 80 81 "_ignoresTableView" = NSTableView; 82 "_interfaceTabView" = NSTabView; 81 83 "_messagesBackgroundColorWell" = NSColorWell; 82 84 "_messagesFontButton" = NSButton; WiredClient/trunk/German.lproj/Preferences.nib/info.nib
r4318 r4319 12 12 <integer>3</integer> 13 13 <key>IBSystem Version</key> 14 <string>8 J2126</string>14 <string>8I127</string> 15 15 </dict> 16 16 </plist> WiredClient/trunk/Japanese.lproj/Preferences.nib/classes.nib
r4151 r4319 57 57 "_chatFontTextField" = NSTextField; 58 58 "_chatStyleMatrix" = NSMatrix; 59 "_chatTabView" = NSTabView; 59 60 "_chatTextColorWell" = NSColorWell; 60 61 "_chatURLsColorWell" = NSColorWell; … … 84 85 "_ignoresNickTableColumn" = NSTableColumn; 85 86 "_ignoresTableView" = NSTableView; 87 "_interfaceTabView" = NSTabView; 86 88 "_messagesBackgroundColorWell" = NSColorWell; 87 89 "_messagesFontButton" = NSButton; WiredClient/trunk/Japanese.lproj/Preferences.nib/info.nib
r4193 r4319 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string> 2 -4 481 528 0 0 1280 832 </string>6 <string>78 24 481 528 0 0 1280 1002 </string> 7 7 <key>IBFramework Version</key> 8 8 <string>446.1</string> WiredClient/trunk/WCPreferences.h
r4151 r4319 29 29 @interface WCPreferences : WIWindowController { 30 30 IBOutlet NSTabView *_preferencesTabView; 31 IBOutlet NSTabView *_interfaceTabView; 32 IBOutlet NSTabView *_chatTabView; 31 33 32 34 IBOutlet NSTextField *_nickTextField; WiredClient/trunk/WCPreferences.m
r4185 r4319 783 783 [self _loadSettings]; 784 784 [self _selectTab:@"General"]; 785 786 [_interfaceTabView selectFirstTabViewItem:NULL]; 787 [_chatTabView selectFirstTabViewItem:NULL]; 785 788 } 786 789
