MediaConverter: Set initial text in constructor

This commit is contained in:
John Scipione
2013-08-31 00:48:17 -04:00
parent a9adf1a6b6
commit 4d891825cd
@@ -173,11 +173,8 @@ MediaConverterWindow::MediaConverterWindow(BRect frame)
fOutputFolder->SetExplicitAlignment(labelAlignment);
// start/end duration
fStartDurationTC = new BTextControl(NULL, NULL, NULL);
fStartDurationTC->SetText("0");
fEndDurationTC = new BTextControl(NULL, NULL, NULL);
fEndDurationTC->SetText("0");
fStartDurationTC = new BTextControl(NULL, "0", NULL);
fEndDurationTC = new BTextControl(NULL, "0", NULL);
// Video Quality
fVideoQualitySlider = new BSlider("VSlider", "" ,