diff options
author | sr55 <[email protected]> | 2007-11-19 19:21:53 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-11-19 19:21:53 +0000 |
commit | b8778cc395681bf40e9f9a5fdcada956f174072d (patch) | |
tree | da95afb46233e805c7af78729156f0de96ef3168 /win/C#/Properties/Settings.settings | |
parent | ca6b1dbdf7a7249f8d9ea00cdfe4681a05ade2fa (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.settings')
-rw-r--r-- | win/C#/Properties/Settings.settings | 9 |
1 files changed, 3 insertions, 6 deletions
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 |