CUETools: small glitch - when renaming user defined encoder,

cuetools wav encoder dissapeared (changed extension)
This commit is contained in:
Grigory Chudov
2013-04-18 22:48:48 -04:00
parent 7a6a42d9d2
commit 1674a977d6
4 changed files with 8 additions and 11 deletions

View File

@@ -1174,7 +1174,6 @@ namespace JDP
this.comboBoxEncoderExtension.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxEncoderExtension.FormattingEnabled = true;
this.comboBoxEncoderExtension.Name = "comboBoxEncoderExtension";
this.comboBoxEncoderExtension.SelectedIndexChanged += new System.EventHandler(this.comboBoxEncoderExtension_SelectedIndexChanged);
//
// listBoxEncoders
//