summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-11-19 19:21:53 +0000
committersr55 <[email protected]>2007-11-19 19:21:53 +0000
commitb8778cc395681bf40e9f9a5fdcada956f174072d (patch)
treeda95afb46233e805c7af78729156f0de96ef3168 /win/C#/Properties/Settings.Designer.cs
parentca6b1dbdf7a7249f8d9ea00cdfe4681a05ade2fa (diff)
WinGui:
- About window text cut down. Had some useless information. - New "sparkle"-like update manager. - Misc Other small updates and fixes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1070 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r--win/C#/Properties/Settings.Designer.cs36
1 files changed, 12 insertions, 24 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs
index 10b9b1755..b21078087 100644
--- a/win/C#/Properties/Settings.Designer.cs
+++ b/win/C#/Properties/Settings.Designer.cs
@@ -25,30 +25,6 @@ namespace Handbrake.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("2.4.2")]
- public string GuiVersion {
- get {
- return ((string)(this["GuiVersion"]));
- }
- set {
- this["GuiVersion"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("http://download.m0k.org/handbrake/windows/update.txt")]
- public string updateFile {
- get {
- return ((string)(this["updateFile"]));
- }
- set {
- this["updateFile"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Below Normal")]
public string processPriority {
get {
@@ -203,5 +179,17 @@ namespace Handbrake.Properties {
this["build"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("0")]
+ public int skipversion {
+ get {
+ return ((int)(this["skipversion"]));
+ }
+ set {
+ this["skipversion"] = value;
+ }
+ }
}
}