From 5266fbb40c1989642de17b0481536d5a3360a4fa Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 23 Aug 2015 21:00:03 +0000 Subject: WinGui: Add right click menu to preset listbox. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7410 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../Properties/ResourcesUI.Designer.cs | 36 +++++++++++----------- win/CS/HandBrakeWPF/Properties/ResourcesUI.resx | 8 ++--- win/CS/HandBrakeWPF/Views/MainView.xaml | 22 ++++++++++--- 3 files changed, 40 insertions(+), 26 deletions(-) (limited to 'win/CS/HandBrakeWPF') diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index 4a6ce4602..c2aee92a6 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -519,24 +519,6 @@ namespace HandBrakeWPF.Properties { } } - /// - /// Looks up a localized string similar to Export. - /// - public static string Generic_Export { - get { - return ResourceManager.GetString("Generic_Export", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import. - /// - public static string Generic_Import { - get { - return ResourceManager.GetString("Generic_Import", resourceCulture); - } - } - /// /// Looks up a localized string similar to Move Left. /// @@ -1536,6 +1518,24 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Export to file. + /// + public static string Preset_Export { + get { + return ResourceManager.GetString("Preset_Export", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Import from file. + /// + public static string Preset_Import { + get { + return ResourceManager.GetString("Preset_Import", resourceCulture); + } + } + /// /// Looks up a localized string similar to Choose titles:. /// diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index b07140b54..ad6e0450f 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -267,11 +267,11 @@ Reset Chapter Names - - Export + + Export to file - - Import + + Import from file Copy to clipboard diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index 1487e46e1..fe2e4dad7 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -113,8 +113,8 @@ - - + + @@ -548,6 +548,20 @@ + + + + + + + + + + + + + + @@ -632,8 +646,8 @@ - - + + -- cgit v1.2.3