Fix wrong "Time code status" in EBU properties - thx doc :)

This commit is contained in:
Nikolaj Olsson 2018-02-06 14:05:21 +01:00
parent 579ed635de
commit d68eda5454

View File

@ -204,9 +204,9 @@ namespace Nikse.SubtitleEdit.Forms
textBoxSubtitleListReferenceCode.Text = header.SubtitleListReferenceCode.TrimEnd(); textBoxSubtitleListReferenceCode.Text = header.SubtitleListReferenceCode.TrimEnd();
textBoxCountryOfOrigin.Text = header.CountryOfOrigin; textBoxCountryOfOrigin.Text = header.CountryOfOrigin;
comboBoxTimeCodeStatus.SelectedIndex = 0; comboBoxTimeCodeStatus.SelectedIndex = 1;
if (header.TimeCodeStatus == "1") if (header.TimeCodeStatus == "0")
comboBoxTimeCodeStatus.SelectedIndex = 1; comboBoxTimeCodeStatus.SelectedIndex = 1; // 1 == intended for use, 0 == not intended for use
try try
{ {
// HHMMSSFF // HHMMSSFF