Changeset 6750


Ignore:
Timestamp:
Jun 16, 2007, 10:32:36 PM (17 years ago)
Author:
Gary Byers
Message:

Back to xml, connect hyperspec file url button.

Location:
branches/ide-1.0/ccl/OpenMCL.app/Contents/Resources/English.lproj/preferences.nib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/OpenMCL.app/Contents/Resources/English.lproj/preferences.nib/classes.nib

    r6742 r6750  
    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>CLASS</key>
    9                         <string>LispPreferencesPanel</string>
    10                         <key>LANGUAGE</key>
    11                         <string>ObjC</string>
    12                         <key>SUPERCLASS</key>
    13                         <string>NSPanel</string>
    14                 </dict>
    15                 <dict>
    16                         <key>ACTIONS</key>
    17                         <dict>
    18                                 <key>fontPanelForDefaultFont</key>
    19                                 <string>id</string>
    20                                 <key>fontPanelForModelineFont</key>
    21                                 <string>id</string>
    22                         </dict>
    23                         <key>CLASS</key>
    24                         <string>LispPreferencesWindowController</string>
    25                         <key>LANGUAGE</key>
    26                         <string>ObjC</string>
    27                         <key>SUPERCLASS</key>
    28                         <string>NSWindowController</string>
    29                 </dict>
    30         </array>
    31         <key>IBVersion</key>
    32         <string>1</string>
    33 </dict>
    34 </plist>
     1{
     2    IBClasses = (
     3        {CLASS = LispPreferencesPanel; LANGUAGE = ObjC; SUPERCLASS = NSPanel; },
     4        {
     5            ACTIONS = {fontPanelForDefaultFont = id; fontPanelForModelineFont = id; };
     6            CLASS = LispPreferencesWindowController;
     7            LANGUAGE = ObjC;
     8            SUPERCLASS = NSWindowController;
     9        }
     10    );
     11    IBVersion = 1;
     12}
  • branches/ide-1.0/ccl/OpenMCL.app/Contents/Resources/English.lproj/preferences.nib/info.nib

    r6742 r6750  
    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>212 383 356 240 0 0 1280 1002 </string>
    57        <key>IBFramework Version</key>
    6         <string>600</string>
     8        <string>446.1</string>
    79        <key>IBOldestOS</key>
    810        <integer>4</integer>
    911        <key>IBOpenObjects</key>
    1012        <array>
    11                 <integer>3</integer>
     13                <integer>1</integer>
    1214        </array>
    1315        <key>IBSystem Version</key>
    14         <string>9A410j</string>
     16        <string>8P135</string>
     17        <key>IBUsesTextArchiving</key>
     18        <true/>
    1519        <key>targetFramework</key>
    1620        <string>IBCocoaFramework</string>
Note: See TracChangeset for help on using the changeset viewer.