Changeset 256 for trunk/macosx/English.lproj/MainMenu.nib/classes.nib
- Timestamp:
- May 25, 2006, 12:22:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/English.lproj/MainMenu.nib/classes.nib
r247 r256 15 15 resumeAllTorrents = id; 16 16 resumeTorrent = id; 17 revealFromMenu = id; 18 runCustomizationPalette = id; 19 showHideToolbar = id; 17 revealTorrent = id; 18 setSort = id; 20 19 showInfo = id; 21 20 showMainWindow = id; … … 28 27 LANGUAGE = ObjC; 29 28 OUTLETS = { 29 fActionButton = NSButton; 30 30 fAdvancedBarItem = NSMenuItem; 31 fInfoAnnounce = NSTextField; 32 fInfoDownloaded = NSTextField; 33 fInfoHash1 = NSTextField; 34 fInfoHash2 = NSTextField; 35 fInfoImageView = NSImageView; 36 fInfoLeechers = NSTextField; 37 fInfoName = NSTextField; 38 fInfoPanel = NSPanel; 39 fInfoPieceSize = NSTextField; 40 fInfoPieces = NSTextField; 41 fInfoSeeders = NSTextField; 42 fInfoSize = NSTextField; 43 fInfoTracker = NSTextField; 44 fInfoUploaded = NSTextField; 31 fDateSortItem = NSMenuItem; 32 fNameSortItem = NSMenuItem; 45 33 fPauseResumeItem = NSMenuItem; 46 34 fPrefsController = PrefsController; … … 53 41 fScrollView = NSScrollView; 54 42 fShowHideToolbar = NSMenuItem; 43 fStateSortItem = NSMenuItem; 55 44 fStats = NSBox; 56 45 fTableView = TorrentTableView; … … 69 58 ACTIONS = { 70 59 folderSheetShow = id; 60 setAutoStart = id; 71 61 setBadge = id; 72 62 setDownloadLocation = id; … … 75 65 setLimitMenu = id; 76 66 setPort = id; 67 setQuickRatio = id; 77 68 setQuickSpeed = id; 78 setQuitMessage = id; 79 setRemoveMessage = id; 69 setRatio = id; 70 setRatioCheck = id; 71 setRatioMenu = id; 72 setShowMessage = id; 80 73 setUpdate = id; 81 74 }; … … 83 76 LANGUAGE = ObjC; 84 77 OUTLETS = { 78 fAutoStartCheck = NSButton; 85 79 fBadgeDownloadRateCheck = NSButton; 86 80 fBadgeUploadRateCheck = NSButton; … … 97 91 fPrefsWindow = NSPanel; 98 92 fQuitCheck = NSButton; 93 fRatioCheck = NSButton; 94 fRatioField = NSTextField; 95 fRatioNotSetItem = NSMenuItem; 96 fRatioSetItem = NSMenuItem; 99 97 fRemoveCheck = NSButton; 98 fTransfersView = NSView; 100 99 fUpdatePopUp = NSPopUpButton; 101 100 fUploadCheck = NSButton;
Note: See TracChangeset
for help on using the changeset viewer.