Changeset 6783


Ignore:
Timestamp:
Jul 6, 2007, 11:55:49 AM (17 years ago)
Author:
Gary Byers
Message:

Can never tell what changed; need to move to a Tiger system and generate xml-based nib files.

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

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

    r6750 r6783  
    11<?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">
    33<plist version="1.0">
    44<dict>
    5         <key>IBDocumentLocation</key>
    6         <string>212 383 356 240 0 0 1280 1002 </string>
    75        <key>IBFramework Version</key>
    8         <string>446.1</string>
     6        <string>608</string>
    97        <key>IBOldestOS</key>
    10         <integer>4</integer>
     8        <integer>5</integer>
    119        <key>IBOpenObjects</key>
    1210        <array>
    13                 <integer>1</integer>
     11                <integer>700034</integer>
    1412        </array>
    1513        <key>IBSystem Version</key>
    16         <string>8P135</string>
    17         <key>IBUsesTextArchiving</key>
    18         <true/>
     14        <string>9A466</string>
    1915        <key>targetFramework</key>
    2016        <string>IBCocoaFramework</string>
Note: See TracChangeset for help on using the changeset viewer.