summaryrefslogtreecommitdiffstats
path: root/macosx/PrefsController.m
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-05-21 16:50:21 +0000
committerdynaflash <[email protected]>2007-05-21 16:50:21 +0000
commit7f232a9f43d6cdb3094485a5ac73ff9033c1880a (patch)
tree6d3ca68609c344c648dfdc833d3b27700e755795 /macosx/PrefsController.m
parentd7154d2184454ca5cd115830ed15dd8d1dbfe426 (diff)
MacGui: Debug Window to read libhb output like cli in inspector window
- Thank You Cleaner!! - Adds Debug Output to Window menu - Adds Verbose pref to preferences menu - MacGui now reads output from libhb like cli - May add pref to open Debug Output window upon launch - All credit goes to Cleaner, Thank You! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@592 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PrefsController.m')
-rw-r--r--macosx/PrefsController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/PrefsController.m b/macosx/PrefsController.m
index 2af83fb33..09414e1db 100644
--- a/macosx/PrefsController.m
+++ b/macosx/PrefsController.m
@@ -32,6 +32,7 @@
defSrcDirectory, @"LastSourceDirectory",
@"NO", @"DefaultAutoNaming",
@"NO", @"DefaultChapterMarkers",
+ @"NO", @"ShowVerboseOutput",
nil];
[defaults registerDefaults: appDefaults];