Changeset 446 for trunk/macosx/English.lproj/PrefsWindow.nib/classes.nib
- Timestamp:
- Jun 23, 2006, 3:06:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/English.lproj/PrefsWindow.nib/classes.nib
r310 r446 6 6 ACTIONS = { 7 7 folderSheetShow = id; 8 setAutoStart = id;9 8 setBadge = id; 10 9 setDownloadLocation = id; … … 16 15 setRatioCheck = id; 17 16 setShowMessage = id; 17 setStartSetting = id; 18 18 setUpdate = id; 19 setWaitToStart = id; 19 20 }; 20 21 CLASS = PrefsController; 21 22 LANGUAGE = ObjC; 22 23 OUTLETS = { 23 fAutoStartCheck = NSButton;24 24 fBadgeDownloadRateCheck = NSButton; 25 25 fBadgeUploadRateCheck = NSButton; … … 36 36 fRatioField = NSTextField; 37 37 fRemoveCheck = NSButton; 38 fStartMatrix = NSMatrix; 38 39 fTransfersView = NSView; 39 40 fUpdatePopUp = NSPopUpButton; … … 41 42 fUploadCheck = NSButton; 42 43 fUploadField = NSTextField; 44 fWaitToStartField = NSTextField; 43 45 }; 44 46 SUPERCLASS = NSWindowController;
Note: See TracChangeset
for help on using the changeset viewer.