diff options
author | sr55 <[email protected]> | 2009-04-27 15:41:45 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-04-27 15:41:45 +0000 |
commit | 0d08a63314dbc793c4ffafbab2985ce13ad0617c (patch) | |
tree | e7671f96b83afcb8a291822d3b675d6530d6f56f /win/C#/Properties/Settings.Designer.cs | |
parent | 6b9c017e63f06e9a7b66062d0a8cb460a02ca6b6 (diff) |
WinGui: dvdnav option added to preferences.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2356 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index de9c10654..2e3841fa7 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -334,5 +334,17 @@ namespace Handbrake.Properties { this["verboseLevel"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string dvdnav {
+ get {
+ return ((string)(this["dvdnav"]));
+ }
+ set {
+ this["dvdnav"] = value;
+ }
+ }
}
}
|