diff options
author | sr55 <[email protected]> | 2007-07-09 18:41:29 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-09 18:41:29 +0000 |
commit | 0c236a598e46f41cf6dd8f5961bdc687c3799dff (patch) | |
tree | 3e0d1f410cdbc3f5f654b9c858c02e112fa1c53a /win/C#/Properties/Settings.Designer.cs | |
parent | 4a9e63938dd90a1ae640d9087daf24592fafb15f (diff) |
WinGui:
- Just a few updated files.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@662 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 9a1c37c2c..a96ed9de5 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -489,5 +489,17 @@ namespace Handbrake.Properties { this["VideoQuality"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string FullDVDInfo {
+ get {
+ return ((string)(this["FullDVDInfo"]));
+ }
+ set {
+ this["FullDVDInfo"] = value;
+ }
+ }
}
}
|