Ignore:
Timestamp:
07/08/08 17:02:48 (16 years ago)
Author:
Nicholas Riley
Message:

Update to Smart Crash Reports 1.5b3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/Installer components/ui/UI_SCRInstall.plugin/Contents/Resources/English.lproj/UI_SCRInstall.nib/classes.nib

    r256 r479  
    1 {
    2     IBClasses = (
    3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
    4         {
    5             CLASS = "UI_SCRInstall";
    6             LANGUAGE = ObjC;
    7             OUTLETS = {installCheckbox = NSButton; window = NSWindow; };
    8             SUPERCLASS = NSObject;
    9         }
    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>UI_SCRInstall</string>
     10                        <key>LANGUAGE</key>
     11                        <string>ObjC</string>
     12                        <key>OUTLETS</key>
     13                        <dict>
     14                                <key>installCheckbox</key>
     15                                <string>NSButton</string>
     16                                <key>ui</key>
     17                                <string>id</string>
     18                                <key>window</key>
     19                                <string>NSWindow</string>
     20                        </dict>
     21                        <key>SUPERCLASS</key>
     22                        <string>NSObject</string>
     23                </dict>
     24                <dict>
     25                        <key>CLASS</key>
     26                        <string>FirstResponder</string>
     27                        <key>LANGUAGE</key>
     28                        <string>ObjC</string>
     29                        <key>SUPERCLASS</key>
     30                        <string>NSObject</string>
     31                </dict>
     32        </array>
     33        <key>IBVersion</key>
     34        <string>1</string>
     35</dict>
     36</plist>
Note: See TracChangeset for help on using the changeset viewer.