- Fix an exception when a parsed source has no Main Title
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3276
b64f7644-9d1e-0410-96f1-
a4d463321fa5
}\r
}\r
\r
+ if (drp_dvdtitle.SelectedItem == null && drp_dvdtitle.Items.Count > 0)\r
+ {\r
+ drp_dvdtitle.SelectedIndex = 0;\r
+ }\r
+\r
// Enable the creation of chapter markers if the file is an image of a dvd.\r
int start, end;\r
int.TryParse(drop_chapterStart.Items[0].ToString(), out start);\r