18 lines
542 B
Plaintext
18 lines
542 B
Plaintext
|
{
|
||
|
IBClasses = (
|
||
|
{
|
||
|
ACTIONS = {hideLicense = id; showLicense = id; };
|
||
|
CLASS = AboutWindowController;
|
||
|
LANGUAGE = ObjC;
|
||
|
OUTLETS = {
|
||
|
fLicenseSheet = NSPanel;
|
||
|
fLicenseView = NSTextView;
|
||
|
fTextView = NSTextView;
|
||
|
fVersionField = NSTextField;
|
||
|
};
|
||
|
SUPERCLASS = NSWindowController;
|
||
|
},
|
||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
|
||
|
);
|
||
|
IBVersion = 1;
|
||
|
}
|