Show
Ignore:
Timestamp:
01/12/08 13:51:52 (10 months ago)
Author:
akempgen
Message:

Fixes the "Auto rejoin when kicked from room" preference having no effect in the Traditional Chinese (zh_TW) localization. General code cleanup (using bindings) for the Behavior Preferences.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Languages/English.lproj/JVBehaviorPreferences.nib/classes.nib

    r3759 r3773  
    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> 
     1
     2    IBClasses = ( 
     3        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },  
     4        { 
     5            ACTIONS = {changeSendOnEnterAction = id; changeSendOnReturnAction = id; };  
     6            CLASS = JVBehaviorPreferences;  
     7            LANGUAGE = ObjC;  
     8            OUTLETS = {enterKeyAction = NSPopUpButton; returnKeyAction = NSPopUpButton; };  
     9            SUPERCLASS = NSPreferencesModule;  
     10        },  
     11        { 
     12            CLASS = NSPreferencesModule;  
     13            LANGUAGE = ObjC;  
     14            OUTLETS = {"_preferencesView" = NSBox; preferencesView = NSBox; };  
     15            SUPERCLASS = NSObject;  
     16        } 
     17    );  
     18    IBVersion = 1;  
     19
  • trunk/Languages/English.lproj/JVBehaviorPreferences.nib/info.nib

    r3759 r3773  
    11<?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"> 
     2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
    33<plist version="1.0"> 
    44<dict> 
     5        <key>IBDocumentLocation</key> 
     6        <string>20 56 356 240 0 0 1280 832 </string> 
     7        <key>IBEditorPositions</key> 
     8        <dict> 
     9                <key>9</key> 
     10                <string>439 48 545 402 0 0 1280 832 </string> 
     11        </dict> 
    512        <key>IBFramework Version</key> 
    6         <string>629</string> 
     13        <string>446.1</string> 
    714        <key>IBOldestOS</key> 
    815        <integer>5</integer> 
    916        <key>IBOpenObjects</key> 
    1017        <array> 
    11                 <integer>212</integer> 
     18                <integer>9</integer> 
    1219        </array> 
    1320        <key>IBSystem Version</key> 
    14         <string>9A581</string> 
     21        <string>8S165</string> 
    1522        <key>targetFramework</key> 
    1623        <string>IBCocoaFramework</string>