Ignore:
Timestamp:
09/03/09 02:40:57 (15 years ago)
Author:
Nicholas Riley
Message:

Replace use of private/deprecated NSDisclosureButtonCell; a public alternative has been available since 10.3. (Oops.)

Also remove incorrect NSMovieView superclass in nib because 10.6 IB refuses to open the nib with it present.

Location:
trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/classes.nib

    r551 r579  
    1919                </dict>
    2020                <dict>
    21                         <key>CLASS</key>
    22                         <string>NSDisclosureButtonCell</string>
    23                         <key>LANGUAGE</key>
    24                         <string>ObjC</string>
    25                         <key>SUPERCLASS</key>
    26                         <string>NSButtonCell</string>
    27                 </dict>
    28                 <dict>
    2921                        <key>ACTIONS</key>
    3022                        <dict>
     
    7769                                <string>NSButtonCell</string>
    7870                                <key>editAlert</key>
    79                                 <string>NSButtonCell</string>
     71                                <string>NSButton</string>
    8072                                <key>inAtMatrix</key>
    8173                                <string>NSMatrix</string>
     
    155147                </dict>
    156148                <dict>
    157                         <key>CLASS</key>
    158                         <string>NSMenuItem</string>
    159                         <key>LANGUAGE</key>
    160                         <string>ObjC</string>
    161                         <key>SUPERCLASS</key>
    162                         <string>NSObject</string>
    163                 </dict>
    164                 <dict>
    165149                        <key>ACTIONS</key>
    166150                        <dict>
     
    179163                        <key>SUPERCLASS</key>
    180164                        <string>NSPopUpButton</string>
     165                </dict>
     166                <dict>
     167                        <key>CLASS</key>
     168                        <string>NSMenuItem</string>
     169                        <key>LANGUAGE</key>
     170                        <string>ObjC</string>
     171                        <key>SUPERCLASS</key>
     172                        <string>NSObject</string>
    181173                </dict>
    182174                <dict>
  • trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/info.nib

    r551 r579  
    1414        </array>
    1515        <key>IBSystem Version</key>
    16         <string>9J61</string>
     16        <string>9L30</string>
    1717        <key>targetFramework</key>
    1818        <string>IBCocoaFramework</string>
Note: See TracChangeset for help on using the changeset viewer.