mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
19 lines
No EOL
620 B
Text
19 lines
No EOL
620 B
Text
{
|
|
IBClasses = (
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{
|
|
ACTIONS = {changeLevel = id; clearLog = id; writeToFile = id; };
|
|
CLASS = MessageWindowController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
fDebugWarningField = NSTextField;
|
|
fDebugWarningIcon = NSImageView;
|
|
fLevelButton = NSPopUpButton;
|
|
fScrollView = NSScrollView;
|
|
fTextView = NSTextView;
|
|
};
|
|
SUPERCLASS = NSWindowController;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |