From 33ceaa0ff9bb4ce7a3151e8f763c7d75e4f7ddd6 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 3 Dec 2010 21:51:11 +0000 Subject: [PATCH] WinGui: - Fix the Verbose option. git-svn-id: svn://localhost/HandBrake/trunk@3700 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Functions/QueryGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/C#/Functions/QueryGenerator.cs b/win/C#/Functions/QueryGenerator.cs index 0703b65b..bb1c61ff 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) -- 2.11.0