2007-09-16 01:02:06 +00:00
|
|
|
{
|
|
|
|
IBClasses = (
|
|
|
|
{
|
|
|
|
ACTIONS = {hideLicense = id; showLicense = id; };
|
|
|
|
CLASS = AboutWindowController;
|
|
|
|
LANGUAGE = ObjC;
|
|
|
|
OUTLETS = {
|
|
|
|
fCopyrightField = NSTextField;
|
2007-09-24 12:28:44 +00:00
|
|
|
fLicenseButton = NSButton;
|
2007-09-24 12:44:35 +00:00
|
|
|
fLicenseCloseButton = NSButton;
|
2007-09-16 01:02:06 +00:00
|
|
|
fLicenseSheet = NSPanel;
|
|
|
|
fLicenseView = NSTextView;
|
|
|
|
fTextView = NSTextView;
|
|
|
|
fVersionField = NSTextField;
|
|
|
|
};
|
|
|
|
SUPERCLASS = NSWindowController;
|
|
|
|
},
|
|
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
|
|
|
|
);
|
|
|
|
IBVersion = 1;
|
|
|
|
}
|