summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Services
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-08-15 16:58:58 +0000
committersr55 <[email protected]>2011-08-15 16:58:58 +0000
commit774af7004dd17c59fee9606273cd52a24867eb98 (patch)
tree763f773d49e28dae91eb06479e508365bab73cbc /win/CS/HandBrake.ApplicationServices/Services
parent44b2c7e69d5613631a4ab39a91e01b673046f030 (diff)
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
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Services/UserSettingService.cs1
1 files changed, 1 insertions, 0 deletions
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;
}
}
}