diff options
author | sr55 <[email protected]> | 2019-10-01 19:49:52 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-10-01 19:50:27 +0100 |
commit | 124f0e52ca6d51acfa849b1f8679126bae9887d6 (patch) | |
tree | 350e286f8573008b4427bd9e82c4e5c1f83bf965 /win/CS/HandBrakeWPF/Properties | |
parent | eb6b180a446dc1cabcf19eef42debca18ef429b8 (diff) |
WinGui: Optional support for previewing flip/rotate. #2334
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 9 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 11cf168a3..915eb3eb4 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -4840,6 +4840,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Preview Rotation and Flip. + /// </summary> + public static string StaticPreviewView_PreviewRotationFlip { + get { + return ResourceManager.GetString("StaticPreviewView_PreviewRotationFlip", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Select a preview image. /// </summary> public static string StaticPreviewView_SelectPreviewImage { diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 2d0e235bf..437efe84c 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -2045,4 +2045,7 @@ Where supported, any user presets will have been imported.</value> <data name="MetadataView_TitleTag" xml:space="preserve">
<value>Title:</value>
</data>
+ <data name="StaticPreviewView_PreviewRotationFlip" xml:space="preserve">
+ <value>Preview Rotation and Flip</value>
+ </data>
</root>
\ No newline at end of file |