Option to play sound when downloads finish (for now the sound is "Glass").

This commit is contained in:
Mitchell Livingston
2006-08-07 00:46:47 +00:00
parent 8f43dd1da9
commit accc03084c
7 changed files with 27 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
setLimit = id;
setLimitCheck = id;
setMoveTorrent = id;
setPlaySound = id;
setPort = id;
setRatio = id;
setRatioCheck = id;
@@ -38,6 +39,7 @@
fGeneralView = NSView;
fImportFolderPopUp = NSPopUpButton;
fNetworkView = NSView;
fPlayDownloadSoundCheck = NSButton;
fPortField = NSTextField;
fQuitCheck = NSButton;
fQuitDownloadingCheck = NSButton;