summaryrefslogtreecommitdiffstats
path: root/win/C#/app.config
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-04-16 15:42:06 +0000
committersr55 <[email protected]>2008-04-16 15:42:06 +0000
commit1308ef2eb7db6c9db40abec7e5d184cf674ee64b (patch)
treea3c84b3a93662157789773d92469f439072e0e17 /win/C#/app.config
parentfd01e998d0c8e907417501e819fc711c7d4e6e5a (diff)
WinGUI:
- Moved appcast path from the RssReader.cs to the settings. Just makes it a bit easier to change for stable/unstable builds git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1422 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r--win/C#/app.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/app.config b/win/C#/app.config
index 091deef5b..dd553eea8 100644
--- a/win/C#/app.config
+++ b/win/C#/app.config
@@ -43,6 +43,9 @@
<setting name="autoNamePath" serializeAs="String">
<value />
</setting>
+ <setting name="appcast" serializeAs="String">
+ <value>http://handbrake.fr/appcast.xml</value>
+ </setting>
</Handbrake.Properties.Settings>
</userSettings>
</configuration> \ No newline at end of file