summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Properties')
-rw-r--r--win/C#/Properties/Settings.Designer.cs10
-rw-r--r--win/C#/Properties/Settings.settings4
2 files changed, 7 insertions, 7 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs
index 333313cc4..af174ab57 100644
--- a/win/C#/Properties/Settings.Designer.cs
+++ b/win/C#/Properties/Settings.Designer.cs
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:2.0.50727.3082
+// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -301,13 +301,13 @@ namespace Handbrake.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool dvdnav {
+ [global::System.Configuration.DefaultSettingValueAttribute("False")]
+ public bool noDvdNav {
get {
- return ((bool)(this["dvdnav"]));
+ return ((bool)(this["noDvdNav"]));
}
set {
- this["dvdnav"] = value;
+ this["noDvdNav"] = value;
}
}
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings
index b4738a5fa..f1c02639e 100644
--- a/win/C#/Properties/Settings.settings
+++ b/win/C#/Properties/Settings.settings
@@ -71,8 +71,8 @@
<Setting Name="verboseLevel" Type="System.Int32" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
- <Setting Name="dvdnav" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">True</Value>
+ <Setting Name="noDvdNav" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="presetNotification" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>