diff options
author | sr55 <[email protected]> | 2009-10-13 12:55:55 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-10-13 12:55:55 +0000 |
commit | d316730ac36fa576259e272e10aec49b626be6ff (patch) | |
tree | 21617a6a5056e50f11ec8472b1405108a6c71a59 /win/C#/Properties/Settings.Designer.cs | |
parent | 8bedac1a474c71bf4e347f1fd292a422b409ab58 (diff) |
WinGui:
- Set libdvdnav to on as default
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2878 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index e3309843e..333313cc4 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -301,7 +301,7 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool dvdnav {
get {
return ((bool)(this["dvdnav"]));
|