mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
18 lines
No EOL
580 B
Text
18 lines
No EOL
580 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;
|
|
fMessageTable = NSTableView;
|
|
};
|
|
SUPERCLASS = NSWindowController;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |