diff options
author | sr55 <[email protected]> | 2009-10-31 16:36:20 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-10-31 16:36:20 +0000 |
commit | c670e56a5ae06d7537e08b599a189f5771af1155 (patch) | |
tree | 7d0f2003f7810938608f553aae9ba413e10cf374 /win/C#/Properties | |
parent | d979c872e20a8280068ca78005ec982a3eb513f9 (diff) |
WinGui:
- Change enable libdvdnav option to disable libdvdnav option. (Since the CLI now uses libdvdnav by default)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2906 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 10 | ||||
-rw-r--r-- | win/C#/Properties/Settings.settings | 4 |
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>
|