diff options
author | sr55 <[email protected]> | 2015-07-27 20:05:10 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-07-27 20:05:10 +0000 |
commit | 9ae2a401aebbe47e6729912c38d03c713b110e70 (patch) | |
tree | a72541e095b808a485c4f326cf4c2b964b3b5b25 /win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | |
parent | d01146cc258985e5095de384fb3fe204c9ae734a (diff) |
WinGui: remove the "use picture filters" checkbox in the add preset sheet.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7381 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index 9a9e5c218..4a6ce4602 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -115,15 +115,6 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Save Video Filter Settings.
- /// </summary>
- public static string AddPresetView_SaveVideoFilters {
- get {
- return ResourceManager.GetString("AddPresetView_SaveVideoFilters", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to Allow passthru of:.
/// </summary>
public static string AudioView_AllowPassThruOf {
|