summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/Interop/Json
diff options
context:
space:
mode:
authorsr55 <[email protected]>2020-08-22 16:52:06 +0100
committersr55 <[email protected]>2020-08-22 16:52:06 +0100
commit37d3ddbe03bebdeafc82ac2cea725a64dbd50752 (patch)
treeb65a18cd77332a76e636028ce6649e72ffe1face /win/CS/HandBrake.Interop/Interop/Json
parent60911f84a79dc5fd4988e2a37892b6607e00f937 (diff)
WinGui: Add a menu option to allow exporting all user presets for easier backups #2917
Diffstat (limited to 'win/CS/HandBrake.Interop/Interop/Json')
-rw-r--r--win/CS/HandBrake.Interop/Interop/Json/Presets/HBPresetCategory.cs (renamed from win/CS/HandBrake.Interop/Interop/Json/Presets/PresetCategory.cs)4
-rw-r--r--win/CS/HandBrake.Interop/Interop/Json/Presets/PresetTransportContainer.cs2
2 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrake.Interop/Interop/Json/Presets/PresetCategory.cs b/win/CS/HandBrake.Interop/Interop/Json/Presets/HBPresetCategory.cs
index 21a8b41f7..90f80cd09 100644
--- a/win/CS/HandBrake.Interop/Interop/Json/Presets/PresetCategory.cs
+++ b/win/CS/HandBrake.Interop/Interop/Json/Presets/HBPresetCategory.cs
@@ -1,5 +1,5 @@
// --------------------------------------------------------------------------------------------------------------------
-// <copyright file="PresetCategory.cs" company="HandBrake Project (https://handbrake.fr)">
+// <copyright file="HbPresetCategory.cs" company="HandBrake Project (https://handbrake.fr)">
// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
// </copyright>
// <summary>
@@ -14,7 +14,7 @@ namespace HandBrake.Interop.Interop.Json.Presets
/// <summary>
/// The preset category.
/// </summary>
- public class PresetCategory
+ public class HBPresetCategory
{
/// <summary>
/// Gets or sets the children array.
diff --git a/win/CS/HandBrake.Interop/Interop/Json/Presets/PresetTransportContainer.cs b/win/CS/HandBrake.Interop/Interop/Json/Presets/PresetTransportContainer.cs
index 4d72e70ff..9f105069b 100644
--- a/win/CS/HandBrake.Interop/Interop/Json/Presets/PresetTransportContainer.cs
+++ b/win/CS/HandBrake.Interop/Interop/Json/Presets/PresetTransportContainer.cs
@@ -1,5 +1,5 @@
// --------------------------------------------------------------------------------------------------------------------
-// <copyright file="PresetTransportContainer.cs" company="HandBrake Project (http://handbrake.fr)">
+// <copyright file="PresetTransportContainer.cs" company="HandBrake Project (https://handbrake.fr)">
// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
// </copyright>
// <summary>