- Fix for http://forum.handbrake.fr/viewtopic.php?f=12&t=6086
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1461
b64f7644-9d1e-0410-96f1-
a4d463321fa5
}\r
private void drp_dvdtitle_Click(object sender, EventArgs e)\r
{\r
- if ((drp_dvdtitle.Items.Count == 1) && ((string)drp_dvdtitle.Items[0] == "Automatic"))\r
+ if ((drp_dvdtitle.Items.Count == 1) && (drp_dvdtitle.Items[0].ToString() == "Automatic"))\r
MessageBox.Show("There are no titles to select. Please scan the DVD by clicking the 'browse' button above before trying to select a title.", "Alert", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);\r
}\r
private void drp_dvdtitle_SelectedIndexChanged(object sender, EventArgs e)\r