Changeset 6673


Ignore:
Timestamp:
Jun 3, 2007, 3:10:12 AM (17 years ago)
Author:
Gary Byers
Message:

Not sure if anything changed except for IB window positions.

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

Legend:

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

    r651 r6673  
    1 {
    2     IBClasses = (
    3         {
    4             CLASS = BacktraceWindowController;
    5             LANGUAGE = ObjC;
    6             OUTLETS = {outlineView = id; };
    7             SUPERCLASS = NSWindowController;
    8         },
    9         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
    10     );
    11     IBVersion = 1;
    12 }
     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>BacktraceWindowController</string>
     10                        <key>LANGUAGE</key>
     11                        <string>ObjC</string>
     12                        <key>OUTLETS</key>
     13                        <dict>
     14                                <key>outlineView</key>
     15                                <string>id</string>
     16                        </dict>
     17                        <key>SUPERCLASS</key>
     18                        <string>NSWindowController</string>
     19                </dict>
     20        </array>
     21        <key>IBVersion</key>
     22        <string>1</string>
     23</dict>
     24</plist>
  • branches/ide-1.0/ccl/OpenMCL.app/Contents/Resources/English.lproj/backtrace.nib/info.nib

    r6169 r6673  
    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>54 257 400 250 0 0 1152 746 </string>
    75        <key>IBFramework Version</key>
    8         <string>446.1</string>
     6        <string>600</string>
     7        <key>IBOldestOS</key>
     8        <integer>5</integer>
    99        <key>IBOpenObjects</key>
    1010        <array>
     
    1212        </array>
    1313        <key>IBSystem Version</key>
    14         <string>8L2127</string>
    15         <key>IBUsesTextArchiving</key>
    16         <true/>
     14        <string>9A410j</string>
     15        <key>targetFramework</key>
     16        <string>IBCocoaFramework</string>
    1717</dict>
    1818</plist>
Note: See TracChangeset for help on using the changeset viewer.