mirror of
https://github.com/transmission/transmission.git
synced 2025-12-22 11:28:32 +00:00
The beginning of queueing. Has some work to go, but the basic infrastructure is set up.
This commit is contained in:
6
macosx/English.lproj/PrefsWindow.nib/classes.nib
generated
6
macosx/English.lproj/PrefsWindow.nib/classes.nib
generated
@@ -5,7 +5,6 @@
|
||||
{
|
||||
ACTIONS = {
|
||||
folderSheetShow = id;
|
||||
setAutoStart = id;
|
||||
setBadge = id;
|
||||
setDownloadLocation = id;
|
||||
setLimit = id;
|
||||
@@ -15,12 +14,13 @@
|
||||
setRatio = id;
|
||||
setRatioCheck = id;
|
||||
setShowMessage = id;
|
||||
setStartSetting = id;
|
||||
setUpdate = id;
|
||||
setWaitToStart = id;
|
||||
};
|
||||
CLASS = PrefsController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
fAutoStartCheck = NSButton;
|
||||
fBadgeDownloadRateCheck = NSButton;
|
||||
fBadgeUploadRateCheck = NSButton;
|
||||
fCopyTorrentCheck = NSButton;
|
||||
@@ -35,11 +35,13 @@
|
||||
fRatioCheck = NSButton;
|
||||
fRatioField = NSTextField;
|
||||
fRemoveCheck = NSButton;
|
||||
fStartMatrix = NSMatrix;
|
||||
fTransfersView = NSView;
|
||||
fUpdatePopUp = NSPopUpButton;
|
||||
fUpdater = SUUpdater;
|
||||
fUploadCheck = NSButton;
|
||||
fUploadField = NSTextField;
|
||||
fWaitToStartField = NSTextField;
|
||||
};
|
||||
SUPERCLASS = NSWindowController;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user