From 774af7004dd17c59fee9606273cd52a24867eb98 Mon Sep 17 00:00:00 2001 From: sr55 Date: Mon, 15 Aug 2011 16:58:58 +0000 Subject: WinGui: Couple of minor bug fixes in the user settings code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4176 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Services/UserSettingService.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'win/CS/HandBrake.ApplicationServices/Services/UserSettingService.cs') diff --git a/win/CS/HandBrake.ApplicationServices/Services/UserSettingService.cs b/win/CS/HandBrake.ApplicationServices/Services/UserSettingService.cs index 6ef071d4b..424d0a752 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/UserSettingService.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/UserSettingService.cs @@ -155,6 +155,7 @@ namespace HandBrake.ApplicationServices.Services userSettings[UserSettingConstants.SendFile] = false; userSettings[UserSettingConstants.MinScanDuration] = 10; userSettings[UserSettingConstants.HandBrakeBuild] = 0; + userSettings[UserSettingConstants.HandBrakeVersion] = string.Empty; } } } -- cgit v1.2.3