add h264 lossless, ru po upd, add ydiff, ffmpeg cmdl/xfer fixes, build upgrades,...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / batchrender.C
index 19f370e558cf2e8824485b8fd4e25c398d26cfd6..bbd66d47fa955d1756cdd70a35f147bc587812a3 100644 (file)
@@ -821,7 +821,7 @@ void BatchRenderGUI::create_objects()
 
        add_subwindow(list_title = new BC_Title(x, y, _("Batches to render:")));
        x1 = x + list_title->get_w() + mwindow->theme->widget_border;;
-       add_subwindow(batch_path = new BC_Title(x1, y, thread->batch_path, MEDIUMFONT, YELLOW));
+       add_subwindow(batch_path = new BC_Title(x1, y, thread->batch_path, MEDIUMFONT));
        y += list_title->get_h() + mwindow->theme->widget_border;
        y1 = get_h();
        y1 -= 15 + BC_GenericButton::calculate_h() + mwindow->theme->widget_border;