diff options
author | sr55 <[email protected]> | 2008-09-11 21:34:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-09-11 21:34:05 +0000 |
commit | e8eecb6a769f4ab46b6820ff642c9b817c1c5e11 (patch) | |
tree | 06c306e577560d6548cee9e8bc66b55d04656c6d /win/C#/Properties/Settings.Designer.cs | |
parent | 3542367d63f7fb4d443645e5a61ff60ae709382b (diff) |
WinGui:
- Slider control for deblock.
- Fix: Load normal preset if userdefault setting string is empty.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1690 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 0ce64f345..f1ce04bcd 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -109,7 +109,7 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Checked")]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
public string defaultUserSettings {
get {
return ((string)(this["defaultUserSettings"]));
|