summaryrefslogtreecommitdiffstats
path: root/win/C#/app.config
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#/app.config
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#/app.config')
-rw-r--r--win/C#/app.config9
1 files changed, 3 insertions, 6 deletions
diff --git a/win/C#/app.config b/win/C#/app.config
index ec616e160..7a76e22ad 100644
--- a/win/C#/app.config
+++ b/win/C#/app.config
@@ -7,12 +7,6 @@
</configSections>
<userSettings>
<Handbrake.Properties.Settings>
- <setting name="GuiVersion" serializeAs="String">
- <value>2.4.2</value>
- </setting>
- <setting name="updateFile" serializeAs="String">
- <value>http://download.m0k.org/handbrake/windows/update.txt</value>
- </setting>
<setting name="processPriority" serializeAs="String">
<value>Below Normal</value>
</setting>
@@ -52,6 +46,9 @@
<setting name="build" serializeAs="String">
<value>1010</value>
</setting>
+ <setting name="skipversion" serializeAs="String">
+ <value>0</value>
+ </setting>
</Handbrake.Properties.Settings>
</userSettings>
</configuration> \ No newline at end of file