summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties
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
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')
-rw-r--r--win/C#/Properties/Settings.Designer.cs36
-rw-r--r--win/C#/Properties/Settings.settings9
2 files changed, 15 insertions, 30 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;
+ }
+ }
}
}
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings
index 4b9bf8925..1792fcad8 100644
--- a/win/C#/Properties/Settings.settings
+++ b/win/C#/Properties/Settings.settings
@@ -2,12 +2,6 @@
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Handbrake.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
- <Setting Name="GuiVersion" Type="System.String" Scope="User">
- <Value Profile="(Default)">2.4.2</Value>
- </Setting>
- <Setting Name="updateFile" Type="System.String" Scope="User">
- <Value Profile="(Default)">http://download.m0k.org/handbrake/windows/update.txt</Value>
- </Setting>
<Setting Name="processPriority" Type="System.String" Scope="User">
<Value Profile="(Default)">Below Normal</Value>
</Setting>
@@ -47,5 +41,8 @@
<Setting Name="build" Type="System.Int32" Scope="User">
<Value Profile="(Default)">1010</Value>
</Setting>
+ <Setting Name="skipversion" Type="System.Int32" Scope="User">
+ <Value Profile="(Default)">0</Value>
+ </Setting>
</Settings>
</SettingsFile> \ No newline at end of file