mirror of
https://github.com/transmission/transmission
synced 2025-01-03 21:45:49 +00:00
25 lines
797 B
Text
25 lines
797 B
Text
|
{
|
||
|
IBClasses = (
|
||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||
|
{
|
||
|
CLASS = InfoWindowController;
|
||
|
LANGUAGE = ObjC;
|
||
|
OUTLETS = {
|
||
|
fAnnounce = NSTextField;
|
||
|
fDownloaded = NSTextField;
|
||
|
fHash = NSTextField;
|
||
|
fImageView = NSImageView;
|
||
|
fLeechers = NSTextField;
|
||
|
fName = NSTextField;
|
||
|
fPieceSize = NSTextField;
|
||
|
fPieces = NSTextField;
|
||
|
fSeeders = NSTextField;
|
||
|
fSize = NSTextField;
|
||
|
fTracker = NSTextField;
|
||
|
fUploaded = NSTextField;
|
||
|
};
|
||
|
SUPERCLASS = NSWindowController;
|
||
|
}
|
||
|
);
|
||
|
IBVersion = 1;
|
||
|
}
|