diff options
author | sr55 <[email protected]> | 2007-11-21 14:50:50 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-11-21 14:50:50 +0000 |
commit | 29d3f70f98a37961181bc995d47062f43201f142 (patch) | |
tree | 8ed358fd7e207e05defbaef80269deb1e41d3fc9 /win/C#/Properties/Settings.Designer.cs | |
parent | acd2da1da6770674b3411c788246a2556d92ae09 (diff) |
WinGui:
- Cleaned up the status update code for the splash screen.
- Added option to turn off automatic preset update on each launch.
- Removed some unneeded variables.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1072 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 b21078087..a35ee8dee 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -191,5 +191,17 @@ namespace Handbrake.Properties { this["skipversion"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string updatePresets {
+ get {
+ return ((string)(this["updatePresets"]));
+ }
+ set {
+ this["updatePresets"] = value;
+ }
+ }
}
}
|