diff options
author | sr55 <[email protected]> | 2017-08-23 20:57:26 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-08-23 20:57:26 +0100 |
commit | 43ad6cbbde4c48c6342753d74dbb440db70e1396 (patch) | |
tree | 70dcfc6bd4c361ecebfedf2d39fcadb9890fc9a8 /win/CS/HandBrakeWPF/Properties | |
parent | b8b07482d5f92296070aee0ea4427e0226d651ec (diff) |
WinGui: Implement "Open Source" and "Open Destination" on the Queue context menu. #863
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 18 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.resx | 6 |
2 files changed, 24 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index 4a7d52135..5765de23f 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -1926,6 +1926,24 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Open Destination Directory.
+ /// </summary>
+ public static string QueueView_OpenDestDir {
+ get {
+ return ResourceManager.GetString("QueueView_OpenDestDir", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open Source Directory.
+ /// </summary>
+ public static string QueueView_OpenSourceDir {
+ get {
+ return ResourceManager.GetString("QueueView_OpenSourceDir", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Options.
/// </summary>
public static string QueueView_Options {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 5e24741dd..a9c6d3881 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -962,4 +962,10 @@ This will not affect your current settings in the Subtitle tab.</value> <data name="MainView_SubtitleTracksCount" xml:space="preserve">
<value>Subtitle Tracks</value>
</data>
+ <data name="QueueView_OpenDestDir" xml:space="preserve">
+ <value>Open Destination Directory</value>
+ </data>
+ <data name="QueueView_OpenSourceDir" xml:space="preserve">
+ <value>Open Source Directory</value>
+ </data>
</root>
\ No newline at end of file |