diff options
author | sr55 <[email protected]> | 2011-05-21 20:21:03 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-05-21 20:21:03 +0000 |
commit | 63e80e047737e4bc471dcf809c661f197ab89c67 (patch) | |
tree | 580ee257662cc4497fdafc161b1d3fae411c0c33 /win/CS/HandBrake.ApplicationServices/Services/Interfaces | |
parent | 73c528c06ec24e5b40f7456e8cd16f8a05f87f92 (diff) |
WinGui: Another fix for the preset service which was not correctly updating presets when installing a new version.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3993 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services/Interfaces')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Services/Interfaces/IPresetService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IPresetService.cs b/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IPresetService.cs index b7d65c1a1..d5807aff9 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IPresetService.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IPresetService.cs @@ -74,7 +74,7 @@ namespace HandBrake.ApplicationServices.Services.Interfaces /// <param name="cliPath">
/// The Path to the CLI, leave blank for current folder.
/// </param>
- void UpdateBuiltInPresets(string cliPath);
+ void UpdateBuiltInPresets();
/// <summary>
/// Check if the built in Presets stored are not out of date.
|