summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreferencesController.m
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-06-14 20:19:59 +0000
committerdynaflash <[email protected]>2007-06-14 20:19:59 +0000
commit51a0dfdd04c910de55aa09db8a7039ea25999735 (patch)
tree0488030392223ca4fec78102893443e49b145b15 /macosx/HBPreferencesController.m
parentfbab2d391f2a1d7312aade22d3ef2802f879b338 (diff)
MacGui: Disable DVD Drive Auto-Detect option in preferences.
- this feature allows you to use other dvd aware apps (mactheripper, dvd player, etc.) while using HB to encode a folder on your hard drive. - checkbox in prefs nib to disable dvd drive auto detect - when checked, hb does not poll for available drives at all. - can still manually navigate to a dvd and select it though. - is unchecked by default. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@622 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreferencesController.m')
-rw-r--r--macosx/HBPreferencesController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m
index 2bb38bfc0..5afe02bac 100644
--- a/macosx/HBPreferencesController.m
+++ b/macosx/HBPreferencesController.m
@@ -41,6 +41,7 @@
@"NO", @"DefaultChapterMarkers",
@"NO", @"ShowVerboseOutput",
@"NO", @"AllowLargeFiles",
+ @"NO", @"DisableDvdAutoDetect",
nil]];
}