summaryrefslogtreecommitdiffstats
path: root/win/CS/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/Program.cs')
-rw-r--r--win/CS/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/Program.cs b/win/CS/Program.cs
index 4e7dfcbc0..406d8d0bb 100644
--- a/win/CS/Program.cs
+++ b/win/CS/Program.cs
@@ -67,7 +67,7 @@ namespace Handbrake
// Going from major to major will require the user to reset.
// Going from svn to svn will attempt the upgrade.
UserSettingService service = new UserSettingService();
- string version = service.GetUserSettingString(UserSettingConstants.HandBrakeVersion);
+ string version = service.GetUserSetting<string>(UserSettingConstants.HandBrakeVersion);
if (version.Contains("svn"))
{
Settings.Default.Upgrade();