Choose language combobox in dvd rip sub window is now read-only

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1625 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2013-02-13 15:53:09 +00:00
parent 12879505e5
commit 87d674964d

View File

@ -63,6 +63,7 @@
//
// comboBoxLanguages
//
this.comboBoxLanguages.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxLanguages.FormattingEnabled = true;
this.comboBoxLanguages.Location = new System.Drawing.Point(6, 30);
this.comboBoxLanguages.Name = "comboBoxLanguages";