Changeset 3759
- Timestamp:
- 10/15/07 01:31:02 (1 year ago)
- Files:
-
- trunk/Languages/Dutch.lproj/JVBehaviorPreferences.nib/classes.nib (modified) (1 diff)
- trunk/Languages/Dutch.lproj/JVBehaviorPreferences.nib/info.nib (modified) (1 diff)
- trunk/Languages/Dutch.lproj/JVBehaviorPreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/English.lproj/JVBehaviorPreferences.nib/classes.nib (modified) (1 diff)
- trunk/Languages/English.lproj/JVBehaviorPreferences.nib/info.nib (modified) (1 diff)
- trunk/Languages/English.lproj/JVBehaviorPreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/French.lproj/JVBehaviorPreferences.nib/classes.nib (modified) (1 diff)
- trunk/Languages/French.lproj/JVBehaviorPreferences.nib/info.nib (modified) (1 diff)
- trunk/Languages/French.lproj/JVBehaviorPreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/German.lproj/JVBehaviorPreferences.nib/classes.nib (modified) (1 diff)
- trunk/Languages/German.lproj/JVBehaviorPreferences.nib/info.nib (modified) (1 diff)
- trunk/Languages/German.lproj/JVBehaviorPreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/Italian.lproj/JVBehaviorPreferences.nib/classes.nib (modified) (1 diff)
- trunk/Languages/Italian.lproj/JVBehaviorPreferences.nib/info.nib (modified) (1 diff)
- trunk/Languages/Italian.lproj/JVBehaviorPreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/Japanese.lproj/JVBehaviorPreferences.nib/classes.nib (modified) (1 diff)
- trunk/Languages/Japanese.lproj/JVBehaviorPreferences.nib/info.nib (modified) (1 diff)
- trunk/Languages/Japanese.lproj/JVBehaviorPreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/Spanish.lproj/JVBehaviorPreferences.nib/classes.nib (modified) (1 diff)
- trunk/Languages/Spanish.lproj/JVBehaviorPreferences.nib/info.nib (modified) (1 diff)
- trunk/Languages/Spanish.lproj/JVBehaviorPreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/nb.lproj/JVBehaviorPreferences.nib/classes.nib (modified) (1 diff)
- trunk/Languages/nb.lproj/JVBehaviorPreferences.nib/info.nib (modified) (1 diff)
- trunk/Languages/nb.lproj/JVBehaviorPreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/pt_PT.lproj/JVBehaviorPreferences.nib/classes.nib (modified) (1 diff)
- trunk/Languages/pt_PT.lproj/JVBehaviorPreferences.nib/info.nib (modified) (1 diff)
- trunk/Languages/pt_PT.lproj/JVBehaviorPreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/zh_TW.lproj/JVBehaviorPreferences.nib/classes.nib (modified) (1 diff)
- trunk/Languages/zh_TW.lproj/JVBehaviorPreferences.nib/info.nib (modified) (1 diff)
- trunk/Languages/zh_TW.lproj/JVBehaviorPreferences.nib/keyedobjects.nib (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Languages/Dutch.lproj/JVBehaviorPreferences.nib/classes.nib
r3660 r3759 1 { 2 IBClasses = ( 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 { 5 ACTIONS = { 6 changeMessageScrollback = id; 7 changeRejoinDelay = id; 8 changeSendHistory = id; 9 changeSendOnEnterAction = id; 10 changeSendOnReturnAction = id; 11 }; 12 CLASS = JVBehaviorPreferences; 13 LANGUAGE = ObjC; 14 OUTLETS = { 15 autoRejoinCheck = NSButton; 16 enterKeyAction = NSPopUpButton; 17 messageScrollback = NSTextField; 18 messageScrollbackStepper = NSStepper; 19 rejoinDelay = NSTextField; 20 rejoinDelayStepper = NSStepper; 21 returnKeyAction = NSPopUpButton; 22 sendHistory = NSTextField; 23 sendHistoryStepper = NSStepper; 24 }; 25 SUPERCLASS = NSPreferencesModule; 26 }, 27 { 28 ACTIONS = {apply = id; cancel = id; ok = id; selectModule = id; }; 29 CLASS = NSPreferences; 30 LANGUAGE = ObjC; 31 OUTLETS = { 32 applyButton = id; 33 cancelButton = id; 34 moduleMatrix = id; 35 okButton = id; 36 preferencesPanel = id; 37 }; 38 SUPERCLASS = NSObject; 39 }, 40 { 41 CLASS = NSPreferencesModule; 42 LANGUAGE = ObjC; 43 OUTLETS = {"_preferencesView" = NSBox; preferencesView = NSBox; }; 44 SUPERCLASS = NSObject; 45 } 46 ); 47 IBVersion = 1; 48 } 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>IBClasses</key> 6 <array> 7 <dict> 8 <key>ACTIONS</key> 9 <dict> 10 <key>changeMessageScrollback</key> 11 <string>id</string> 12 <key>changeRejoinDelay</key> 13 <string>id</string> 14 <key>changeSendHistory</key> 15 <string>id</string> 16 <key>changeSendOnEnterAction</key> 17 <string>id</string> 18 <key>changeSendOnReturnAction</key> 19 <string>id</string> 20 </dict> 21 <key>CLASS</key> 22 <string>JVBehaviorPreferences</string> 23 <key>LANGUAGE</key> 24 <string>ObjC</string> 25 <key>OUTLETS</key> 26 <dict> 27 <key>autoRejoinCheck</key> 28 <string>NSButton</string> 29 <key>enterKeyAction</key> 30 <string>NSPopUpButton</string> 31 <key>messageScrollback</key> 32 <string>NSTextField</string> 33 <key>messageScrollbackStepper</key> 34 <string>NSStepper</string> 35 <key>rejoinDelay</key> 36 <string>NSTextField</string> 37 <key>rejoinDelayStepper</key> 38 <string>NSStepper</string> 39 <key>returnKeyAction</key> 40 <string>NSPopUpButton</string> 41 <key>sendHistory</key> 42 <string>NSTextField</string> 43 <key>sendHistoryStepper</key> 44 <string>NSStepper</string> 45 </dict> 46 <key>SUPERCLASS</key> 47 <string>NSPreferencesModule</string> 48 </dict> 49 <dict> 50 <key>CLASS</key> 51 <string>NSPreferencesModule</string> 52 <key>LANGUAGE</key> 53 <string>ObjC</string> 54 <key>OUTLETS</key> 55 <dict> 56 <key>_preferencesView</key> 57 <string>NSBox</string> 58 <key>preferencesView</key> 59 <string>NSBox</string> 60 </dict> 61 <key>SUPERCLASS</key> 62 <string>NSObject</string> 63 </dict> 64 <dict> 65 <key>CLASS</key> 66 <string>FirstResponder</string> 67 <key>LANGUAGE</key> 68 <string>ObjC</string> 69 <key>SUPERCLASS</key> 70 <string>NSObject</string> 71 </dict> 72 </array> 73 <key>IBVersion</key> 74 <string>1</string> 75 </dict> 76 </plist> trunk/Languages/Dutch.lproj/JVBehaviorPreferences.nib/info.nib
r3742 r3759 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>IBDocumentLocation</key>6 <string>27 360 356 240 0 0 1280 832 </string>7 <key>IBEditorPositions</key>8 <dict>9 <key>9</key>10 <string>330 365 620 402 0 0 1280 832 </string>11 </dict>12 5 <key>IBFramework Version</key> 13 <string>446.1</string> 14 <key>IBGroupedObjects</key> 15 <dict> 16 <key>0</key> 17 <array> 18 <string>429</string> 19 <string>419</string> 20 </array> 21 <key>1</key> 22 <array> 23 <string>422</string> 24 <string>420</string> 25 </array> 26 <key>2</key> 27 <array> 28 <string>434</string> 29 <string>438</string> 30 <string>436</string> 31 <string>435</string> 32 </array> 33 <key>3</key> 34 <array> 35 <string>439</string> 36 <string>441</string> 37 <string>442</string> 38 </array> 39 <key>4</key> 40 <array> 41 <string>503</string> 42 <string>502</string> 43 <string>501</string> 44 <string>504</string> 45 <string>500</string> 46 </array> 47 <key>5</key> 48 <array> 49 <string>417</string> 50 <string>421</string> 51 </array> 52 <key>6</key> 53 <array> 54 <string>427</string> 55 <string>418</string> 56 </array> 57 </dict> 58 <key>IBLastGroupID</key> 59 <string>7</string> 60 <key>IBLockedObjects</key> 61 <array/> 6 <string>629</string> 7 <key>IBOldestOS</key> 8 <integer>5</integer> 62 9 <key>IBOpenObjects</key> 63 10 <array> 64 <integer> 9</integer>11 <integer>212</integer> 65 12 </array> 66 13 <key>IBSystem Version</key> 67 <string>8R218</string> 14 <string>9A581</string> 15 <key>targetFramework</key> 16 <string>IBCocoaFramework</string> 68 17 </dict> 69 18 </plist> trunk/Languages/English.lproj/JVBehaviorPreferences.nib/classes.nib
r3058 r3759 1 { 2 IBClasses = ( 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 { 5 ACTIONS = { 6 changeMessageScrollback = id; 7 changeRejoinDelay = id; 8 changeSendHistory = id; 9 changeSendOnEnterAction = id; 10 changeSendOnReturnAction = id; 11 }; 12 CLASS = JVBehaviorPreferences; 13 LANGUAGE = ObjC; 14 OUTLETS = { 15 autoRejoinCheck = NSButton; 16 enterKeyAction = NSPopUpButton; 17 messageScrollback = NSTextField; 18 messageScrollbackStepper = NSStepper; 19 rejoinDelay = NSTextField; 20 rejoinDelayStepper = NSStepper; 21 returnKeyAction = NSPopUpButton; 22 sendHistory = NSTextField; 23 sendHistoryStepper = NSStepper; 24 }; 25 SUPERCLASS = NSPreferencesModule; 26 }, 27 { 28 ACTIONS = {apply = id; cancel = id; ok = id; selectModule = id; }; 29 CLASS = NSPreferences; 30 LANGUAGE = ObjC; 31 OUTLETS = { 32 applyButton = id; 33 cancelButton = id; 34 moduleMatrix = id; 35 okButton = id; 36 preferencesPanel = id; 37 }; 38 SUPERCLASS = NSObject; 39 }, 40 { 41 CLASS = NSPreferencesModule; 42 LANGUAGE = ObjC; 43 OUTLETS = {"_preferencesView" = NSBox; preferencesView = NSBox; }; 44 SUPERCLASS = NSObject; 45 } 46 ); 47 IBVersion = 1; 48 } 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>IBClasses</key> 6 <array> 7 <dict> 8 <key>ACTIONS</key> 9 <dict> 10 <key>changeMessageScrollback</key> 11 <string>id</string> 12 <key>changeRejoinDelay</key> 13 <string>id</string> 14 <key>changeSendHistory</key> 15 <string>id</string> 16 <key>changeSendOnEnterAction</key> 17 <string>id</string> 18 <key>changeSendOnReturnAction</key> 19 <string>id</string> 20 </dict> 21 <key>CLASS</key> 22 <string>JVBehaviorPreferences</string> 23 <key>LANGUAGE</key> 24 <string>ObjC</string> 25 <key>OUTLETS</key> 26 <dict> 27 <key>autoRejoinCheck</key> 28 <string>NSButton</string> 29 <key>enterKeyAction</key> 30 <string>NSPopUpButton</string> 31 <key>messageScrollback</key> 32 <string>NSTextField</string> 33 <key>messageScrollbackStepper</key> 34 <string>NSStepper</string> 35 <key>rejoinDelay</key> 36 <string>NSTextField</string> 37 <key>rejoinDelayStepper</key> 38 <string>NSStepper</string> 39 <key>returnKeyAction</key> 40 <string>NSPopUpButton</string> 41 <key>sendHistory</key> 42 <string>NSTextField</string> 43 <key>sendHistoryStepper</key> 44 <string>NSStepper</string> 45 </dict> 46 <key>SUPERCLASS</key> 47 <string>NSPreferencesModule</string> 48 </dict> 49 <dict> 50 <key>CLASS</key> 51 <string>NSPreferencesModule</string> 52 <key>LANGUAGE</key> 53 <string>ObjC</string> 54 <key>OUTLETS</key> 55 <dict> 56 <key>_preferencesView</key> 57 <string>NSBox</string> 58 <key>preferencesView</key> 59 <string>NSBox</string> 60 </dict> 61 <key>SUPERCLASS</key> 62 <string>NSObject</string> 63 </dict> 64 <dict> 65 <key>CLASS</key> 66 <string>FirstResponder</string> 67 <key>LANGUAGE</key> 68 <string>ObjC</string> 69 <key>SUPERCLASS</key> 70 <string>NSObject</string> 71 </dict> 72 </array> 73 <key>IBVersion</key> 74 <string>1</string> 75 </dict> 76 </plist> trunk/Languages/English.lproj/JVBehaviorPreferences.nib/info.nib
r3742 r3759 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>IBDocumentLocation</key>6 <string>27 382 356 240 0 0 1280 832 </string>7 <key>IBEditorPositions</key>8 <dict>9 <key>9</key>10 <string>367 365 545 402 0 0 1280 832 </string>11 </dict>12 5 <key>IBFramework Version</key> 13 <string>446.1</string> 14 <key>IBGroupedObjects</key> 15 <dict> 16 <key>49</key> 17 <array> 18 <string>441</string> 19 <string>439</string> 20 <string>442</string> 21 </array> 22 <key>50</key> 23 <array> 24 <string>420</string> 25 <string>422</string> 26 </array> 27 <key>52</key> 28 <array> 29 <string>419</string> 30 <string>429</string> 31 </array> 32 <key>53</key> 33 <array> 34 <string>427</string> 35 <string>418</string> 36 </array> 37 <key>54</key> 38 <array> 39 <string>421</string> 40 <string>417</string> 41 </array> 42 <key>55</key> 43 <array> 44 <string>434</string> 45 <string>438</string> 46 <string>436</string> 47 <string>435</string> 48 </array> 49 <key>57</key> 50 <array> 51 <string>504</string> 52 <string>501</string> 53 <string>502</string> 54 <string>503</string> 55 <string>500</string> 56 </array> 57 </dict> 58 <key>IBLastGroupID</key> 59 <string>58</string> 60 <key>IBLockedObjects</key> 61 <array/> 6 <string>629</string> 7 <key>IBOldestOS</key> 8 <integer>5</integer> 62 9 <key>IBOpenObjects</key> 63 10 <array> 64 <integer> 9</integer>11 <integer>212</integer> 65 12 </array> 66 13 <key>IBSystem Version</key> 67 <string>8R218</string> 14 <string>9A581</string> 15 <key>targetFramework</key> 16 <string>IBCocoaFramework</string> 68 17 </dict> 69 18 </plist> trunk/Languages/French.lproj/JVBehaviorPreferences.nib/classes.nib
r3058 r3759 1 { 2 IBClasses = ( 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 { 5 ACTIONS = { 6 changeMessageScrollback = id; 7 changeRejoinDelay = id; 8 changeSendHistory = id; 9 changeSendOnEnterAction = id; 10 changeSendOnReturnAction = id; 11 }; 12 CLASS = JVBehaviorPreferences; 13 LANGUAGE = ObjC; 14 OUTLETS = { 15 autoRejoinCheck = NSButton; 16 enterKeyAction = NSPopUpButton; 17 messageScrollback = NSTextField; 18 messageScrollbackStepper = NSStepper; 19 rejoinDelay = NSTextField; 20 rejoinDelayStepper = NSStepper; 21 returnKeyAction = NSPopUpButton; 22 sendHistory = NSTextField; 23 sendHistoryStepper = NSStepper; 24 }; 25 SUPERCLASS = NSPreferencesModule; 26 }, 27 { 28 ACTIONS = {apply = id; cancel = id; ok = id; selectModule = id; }; 29 CLASS = NSPreferences; 30 LANGUAGE = ObjC; 31 OUTLETS = { 32 applyButton = id; 33 cancelButton = id; 34 moduleMatrix = id; 35 okButton = id; 36 preferencesPanel = id; 37 }; 38 SUPERCLASS = NSObject; 39 }, 40 { 41 CLASS = NSPreferencesModule; 42 LANGUAGE = ObjC; 43 OUTLETS = {"_preferencesView" = NSBox; preferencesView = NSBox; }; 44 SUPERCLASS = NSObject; 45 } 46 ); 47 IBVersion = 1; 48 } 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>IBClasses</key> 6 <array> 7 <dict> 8 <key>ACTIONS</key> 9 <dict> 10 <key>changeMessageScrollback</key> 11 <string>id</string> 12 <key>changeRejoinDelay</key> 13 <string>id</string> 14 <key>changeSendHistory</key> 15 <string>id</string> 16 <key>changeSendOnEnterAction</key> 17 <string>id</string> 18 <key>changeSendOnReturnAction</key> 19 <string>id</string> 20 </dict> 21 <key>CLASS</key> 22 <string>JVBehaviorPreferences</string> 23 <key>LANGUAGE</key> 24 <string>ObjC</string> 25 <key>OUTLETS</key> 26 <dict> 27 <key>autoRejoinCheck</key> 28 <string>NSButton</string> 29 <key>enterKeyAction</key> 30 <string>NSPopUpButton</string> 31 <key>messageScrollback</key> 32 <string>NSTextField</string> 33 <key>messageScrollbackStepper</key> 34 <string>NSStepper</string> 35 <key>rejoinDelay</key> 36 <string>NSTextField</string> 37 <key>rejoinDelayStepper</key> 38 <string>NSStepper</string> 39 <key>returnKeyAction</key> 40 <string>NSPopUpButton</string> 41 <key>sendHistory</key> 42 <string>NSTextField</string> 43 <key>sendHistoryStepper</key> 44 <string>NSStepper</string> 45 </dict> 46 <key>SUPERCLASS</key> 47 <string>NSPreferencesModule</string> 48 </dict> 49 <dict> 50 <key>CLASS</key> 51 <string>NSPreferencesModule</string> 52 <key>LANGUAGE</key> 53 <string>ObjC</string> 54 <key>OUTLETS</key> 55 <dict> 56 <key>_preferencesView</key> 57 <string>NSBox</string> 58 <key>preferencesView</key> 59 <string>NSBox</string> 60 </dict> 61 <key>SUPERCLASS</key> 62 <string>NSObject</string> 63 </dict> 64 <dict> 65 <key>CLASS</key> 66 <string>FirstResponder</string> 67 <key>LANGUAGE</key> 68 <string>ObjC</string> 69 <key>SUPERCLASS</key> 70 <string>NSObject</string> 71 </dict> 72 </array> 73 <key>IBVersion</key> 74 <string>1</string> 75 </dict> 76 </plist> trunk/Languages/French.lproj/JVBehaviorPreferences.nib/info.nib
r3742 r3759 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>IBDocumentLocation</key>6 <string>27 184 356 240 0 0 1280 832 </string>7 <key>IBEditorPositions</key>8 <dict>9 <key>9</key>10 <string>336 372 608 388 0 0 1280 832 </string>11 </dict>12 5 <key>IBFramework Version</key> 13 <string>446.1</string> 14 <key>IBGroupedObjects</key> 15 <dict> 16 <key>49</key> 17 <array> 18 <string>441</string> 19 <string>439</string> 20 <string>442</string> 21 </array> 22 <key>50</key> 23 <array> 24 <string>420</string> 25 <string>422</string> 26 </array> 27 <key>52</key> 28 <array> 29 <string>419</string> 30 <string>429</string> 31 </array> 32 <key>53</key> 33 <array> 34 <string>427</string> 35 <string>418</string> 36 </array> 37 <key>54</key> 38 <array> 39 <string>421</string> 40 <string>417</string> 41 </array> 42 <key>55</key> 43 <array> 44 <string>434</string> 45 <string>438</string> 46 <string>436</string> 47 <string>435</string> 48 </array> 49 <key>56</key> 50 <array> 51 <string>504</string> 52 <string>501</string> 53 <string>502</string> 54 <string>503</string> 55 <string>500</string> 56 </array> 57 </dict> 58 <key>IBLastGroupID</key> 59 <string>57</string> 60 <key>IBLockedObjects</key> 61 <array/> 6 <string>629</string> 7 <key>IBOldestOS</key> 8 <integer>5</integer> 62 9 <key>IBOpenObjects</key> 63 10 <array> 64 <integer> 9</integer>11 <integer>212</integer> 65 12 </array> 66 13 <key>IBSystem Version</key> 67 <string>8R218</string> 14 <string>9A581</string> 15 <key>targetFramework</key> 16 <string>IBCocoaFramework</string> 68 17 </dict> 69 18 </plist> trunk/Languages/German.lproj/JVBehaviorPreferences.nib/classes.nib
r3058 r3759 1 { 2 IBClasses = ( 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 { 5 ACTIONS = { 6 changeMessageScrollback = id; 7 changeRejoinDelay = id; 8 changeSendHistory = id; 9 changeSendOnEnterAction = id; 10 changeSendOnReturnAction = id; 11 }; 12 CLASS = JVBehaviorPreferences; 13 LANGUAGE = ObjC; 14 OUTLETS = { 15 autoRejoinCheck = NSButton; 16 enterKeyAction = NSPopUpButton; 17 messageScrollback = NSTextField; 18 messageScrollbackStepper = NSStepper; 19 rejoinDelay = NSTextField; 20 rejoinDelayStepper = NSStepper; 21 returnKeyAction = NSPopUpButton; 22 sendHistory = NSTextField; 23 sendHistoryStepper = NSStepper; 24 }; 25 SUPERCLASS = NSPreferencesModule; 26 }, 27 { 28 ACTIONS = {apply = id; cancel = id; ok = id; selectModule = id; }; 29 CLASS = NSPreferences; 30 LANGUAGE = ObjC; 31 OUTLETS = { 32 applyButton = id; 33 cancelButton = id; 34 moduleMatrix = id; 35 okButton = id; 36 preferencesPanel = id; 37 }; 38 SUPERCLASS = NSObject; 39 }, 40 { 41 CLASS = NSPreferencesModule; 42 LANGUAGE = ObjC; 43 OUTLETS = {"_preferencesView" = NSBox; preferencesView = NSBox; }; 44 SUPERCLASS = NSObject; 45 } 46 ); 47 IBVersion = 1; 48 } 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>IBClasses</key> 6 <array> 7 <dict> 8 <key>ACTIONS</key> 9 <dict> 10 <key>changeMessageScrollback</key> 11 <string>id</string> 12 <key>changeRejoinDelay</key> 13 <string>id</string> 14 <key>changeSendHistory</key> 15 <string>id</string> 16 <key>changeSendOnEnterAction</key> 17 <string>id</string> 18 <key>changeSendOnReturnAction</key> 19 <string>id</string> 20 </dict> 21 <key>CLASS</key> 22 <string>JVBehaviorPreferences</string> 23 <key>LANGUAGE</key> 24 <string>ObjC</string> 25 <key>OUTLETS</key> 26 <dict> 27 <key>autoRejoinCheck</key> 28 <string>NSButton</string> 29 <key>enterKeyAction</key> 30 <string>NSPopUpButton</string> 31 <key>messageScrollback</key> 32 <string>NSTextField</string> 33 <key>messageScrollbackStepper</key> 34 <string>NSStepper</string> 35 <key>rejoinDelay</key> 36 <string>NSTextField</string> 37 <key>rejoinDelayStepper</key> 38 <string>NSStepper</string> 39 <key>returnKeyAction</key> 40 <string>NSPopUpButton</string> 41 <key>sendHistory</key> 42 <string>NSTextField</string> 43 <key>sendHistoryStepper</key> 44 <string>NSStepper</string> 45 </dict> 46 <key>SUPERCLASS</key> 47 <string>NSPreferencesModule</string> 48 </
