diff options
author | dynaflash <[email protected]> | 2008-02-13 14:25:06 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-02-13 14:25:06 +0000 |
commit | 291982989bc13b78d3b189912eaba6d19ccd91a2 (patch) | |
tree | e52ac8b42f5cb388d8dac1464cbe5ebf8a7364d4 /macosx/HBPreferencesController.m | |
parent | cd3a4eb1898c925539858848dad989fc513e8d0f (diff) |
MacGui: remove the preference to turn off verbose output in the activity window.
- non verbose output is of no use whatsoever to the macgui
- uses "HB_DEBUG_ALL" for hb_init
- removed preference from preferences window
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1259 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreferencesController.m')
-rw-r--r-- | macosx/HBPreferencesController.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index 8592b0ee5..10e61fa02 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -49,8 +49,7 @@ desktopDirectory, @"LastSourceDirectory", @"NO", @"DefaultAutoNaming", @"NO", @"DefaultChapterMarkers", - @"YES", @"ShowVerboseOutput", - @"NO", @"AllowLargeFiles", + @"NO", @"AllowLargeFiles", @"NO", @"DisableDvdAutoDetect", @"Alert Window", @"AlertWhenDone", nil]]; |