diff options
author | sr55 <[email protected]> | 2019-07-16 21:49:07 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-07-16 21:49:07 +0100 |
commit | df8c5f83dead18a3a02220bb3052b6681626115e (patch) | |
tree | 75049d3498deb91400b5b4a2efa338de26d93b26 /win/CS/HandBrake.Interop | |
parent | dd8f04643a07579efa2b3ad78b71feeb68d0db43 (diff) |
WinGui: Show Day long encodes in hours consistent with the other UIs
Diffstat (limited to 'win/CS/HandBrake.Interop')
-rw-r--r-- | win/CS/HandBrake.Interop/Interop/HandBrakeInstance.cs | 2 | ||||
-rw-r--r-- | win/CS/HandBrake.Interop/Interop/Json/State/JsonState.cs | 2 | ||||
-rw-r--r-- | win/CS/HandBrake.Interop/Interop/Json/State/Working.cs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrake.Interop/Interop/HandBrakeInstance.cs b/win/CS/HandBrake.Interop/Interop/HandBrakeInstance.cs index c11340ee9..275f7ca29 100644 --- a/win/CS/HandBrake.Interop/Interop/HandBrakeInstance.cs +++ b/win/CS/HandBrake.Interop/Interop/HandBrakeInstance.cs @@ -1,5 +1,5 @@ // -------------------------------------------------------------------------------------------------------------------- -// <copyright file="HandBrakeInstance.cs" company="HandBrake Project (http://handbrake.fr)"> +// <copyright file="HandBrakeInstance.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> diff --git a/win/CS/HandBrake.Interop/Interop/Json/State/JsonState.cs b/win/CS/HandBrake.Interop/Interop/Json/State/JsonState.cs index 6f8513671..1dc52a953 100644 --- a/win/CS/HandBrake.Interop/Interop/Json/State/JsonState.cs +++ b/win/CS/HandBrake.Interop/Interop/Json/State/JsonState.cs @@ -1,5 +1,5 @@ // -------------------------------------------------------------------------------------------------------------------- -// <copyright file="JsonState.cs" company="HandBrake Project (http://handbrake.fr)"> +// <copyright file="JsonState.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> diff --git a/win/CS/HandBrake.Interop/Interop/Json/State/Working.cs b/win/CS/HandBrake.Interop/Interop/Json/State/Working.cs index 4e5060031..0b16b6afd 100644 --- a/win/CS/HandBrake.Interop/Interop/Json/State/Working.cs +++ b/win/CS/HandBrake.Interop/Interop/Json/State/Working.cs @@ -1,5 +1,5 @@ // -------------------------------------------------------------------------------------------------------------------- -// <copyright file="Working.cs" company="HandBrake Project (http://handbrake.fr)"> +// <copyright file="Working.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> |