summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions/QueryGenerator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Functions/QueryGenerator.cs')
-rw-r--r--win/C#/Functions/QueryGenerator.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/Functions/QueryGenerator.cs b/win/C#/Functions/QueryGenerator.cs
index a78ce2dfa..1a6d1e95c 100644
--- a/win/C#/Functions/QueryGenerator.cs
+++ b/win/C#/Functions/QueryGenerator.cs
@@ -428,6 +428,9 @@ namespace Handbrake.Functions
query += " -C " + processors + " ";
query += " -v " + Properties.Settings.Default.verboseLevel;
+
+ if (Properties.Settings.Default.dvdnav =="Checked")
+ query += " --dvdnav";
#endregion
return query;