source: trunk/macosx/English.lproj/InfoWindow.nib/classes.nib @ 256

Last change on this file since 256 was 256, checked in by titer, 17 years ago

Merged Mitchell's changes, this includes:
Adds stop at ratio,
Adds sorting by name, date or state,
Seperates Info window into its own nib,
Adds option to enable or disabled autostarting downloads,
Seperates Network / Transfers in the Preferences

File size: 797 bytes
Line 
1{
2    IBClasses = (
3        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
4        {
5            CLASS = InfoWindowController;
6            LANGUAGE = ObjC;
7            OUTLETS = {
8                fAnnounce = NSTextField;
9                fDownloaded = NSTextField;
10                fHash = NSTextField;
11                fImageView = NSImageView;
12                fLeechers = NSTextField;
13                fName = NSTextField;
14                fPieceSize = NSTextField;
15                fPieces = NSTextField;
16                fSeeders = NSTextField;
17                fSize = NSTextField;
18                fTracker = NSTextField;
19                fUploaded = NSTextField;
20            };
21            SUPERCLASS = NSWindowController;
22        }
23    );
24    IBVersion = 1;
25}
Note: See TracBrowser for help on using the repository browser.