summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services/UpdateService.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-10-10 20:22:46 +0000
committersr55 <[email protected]>2012-10-10 20:22:46 +0000
commit60f0a6693164d25b21676711835abe8f0e0d40c3 (patch)
tree2b5117f94ac9144fe73d28009667dd6a0ba9d692 /win/CS/HandBrakeWPF/Services/UpdateService.cs
parent3bf7a95521abb4d943c978c68f57b30ee197ff43 (diff)
WinGui: Settings tidyup
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5013 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Services/UpdateService.cs')
-rw-r--r--win/CS/HandBrakeWPF/Services/UpdateService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Services/UpdateService.cs b/win/CS/HandBrakeWPF/Services/UpdateService.cs
index 2b6cfa852..112493ac7 100644
--- a/win/CS/HandBrakeWPF/Services/UpdateService.cs
+++ b/win/CS/HandBrakeWPF/Services/UpdateService.cs
@@ -87,7 +87,7 @@ namespace HandBrakeWPF.Services
try
{
string url =
- this.userSettingService.GetUserSetting<string>(ASUserSettingConstants.HandBrakePlatform)
+ this.userSettingService.GetUserSetting<string>(UserSettingConstants.HandBrakePlatform)
.Contains("x86_64")
? this.userSettingService.GetUserSetting<string>(UserSettingConstants.Appcast_x64)
: this.userSettingService.GetUserSetting<string>(UserSettingConstants.Appcast_i686);