summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-12-03 21:51:11 +0000
committersr55 <[email protected]>2010-12-03 21:51:11 +0000
commitc47e19c58c7af303e3399194350b5576f598d81a (patch)
tree1868ccd691429e8c17770728da7072ce48e9a904 /win
parentf1f5d2c1b9c020dc07d1c8e8f3c1120310972fa1 (diff)
WinGui:
- Fix the Verbose option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3700 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win')
-rw-r--r--win/C#/Functions/QueryGenerator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Functions/QueryGenerator.cs b/win/C#/Functions/QueryGenerator.cs
index 0703b65ba..bb1c61ff2 100644
--- a/win/C#/Functions/QueryGenerator.cs
+++ b/win/C#/Functions/QueryGenerator.cs
@@ -538,7 +538,7 @@ namespace Handbrake.Functions
string query = string.Empty;
// Verbosity Level
- query += " -v " + Properties.Settings.Default.verboseLevel;
+ query += " --verbose=" + Properties.Settings.Default.verboseLevel;
// LibDVDNav
if (Properties.Settings.Default.noDvdNav)