diff options
author | sr55 <[email protected]> | 2011-08-15 16:58:58 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-08-15 16:58:58 +0000 |
commit | 774af7004dd17c59fee9606273cd52a24867eb98 (patch) | |
tree | 763f773d49e28dae91eb06479e508365bab73cbc /win/CS/HandBrake.ApplicationServices/Services | |
parent | 44b2c7e69d5613631a4ab39a91e01b673046f030 (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.cs | 1 |
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;
}
}
}
|