mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Removed AudioEncoderSettings/AudioDecoderSettings classes, all of their functionality is now in IAudioEncoderSettings/IAudioDecoderSettings interfaces.
This commit is contained in:
2
CUETools/frmSettings.Designer.cs
generated
2
CUETools/frmSettings.Designer.cs
generated
@@ -513,7 +513,7 @@ namespace JDP
|
||||
// textBoxEncoderModes
|
||||
//
|
||||
resources.ApplyResources(this.textBoxEncoderModes, "textBoxEncoderModes");
|
||||
this.textBoxEncoderModes.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.encodersBindingSource, "SupportedModesStr", true));
|
||||
this.textBoxEncoderModes.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.encodersBindingSource, "SupportedModes", true));
|
||||
this.textBoxEncoderModes.Name = "textBoxEncoderModes";
|
||||
this.toolTip1.SetToolTip(this.textBoxEncoderModes, resources.GetString("textBoxEncoderModes.ToolTip"));
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user