diff options
author | sr55 <[email protected]> | 2016-05-14 21:26:03 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2016-05-14 21:26:03 +0100 |
commit | 7c2a72c758b4d96eec5e52b41e85eb37eb097d6d (patch) | |
tree | 6c51c2883ec17387b9ce9f38dfb0e38ee50bd6ce /win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | |
parent | 7143e10573b89e9abd324737cf1de132804669dc (diff) |
WinGui: UI improvements to the Audio Defaults panel.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index f39eed8f8..165c7fcb2 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -115,6 +115,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Choose Behaviors:.
+ /// </summary>
+ public static string AudioDefaultView_Behaviours {
+ get {
+ return ResourceManager.GetString("AudioDefaultView_Behaviours", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Allow passthru of:.
/// </summary>
public static string AudioView_AllowPassThruOf {
|