splashgui text clr, faders/speed keyframe popup slider rework, reticle rework
[goodguy/history.git] / cinelerra-5.1 / cinelerra / splashgui.C
index e91d640d8d980e39c301ae3b69dc458e24e35960..e9e1840ad4d29477174fb5e7be2e861535906ba4 100644 (file)
@@ -49,7 +49,7 @@ void SplashGUI::create_objects()
        show_window();
        operation = new BC_Title(5,
                        get_h() - get_text_height(MEDIUMFONT) - 5,
-                       _("Loading..."));
+                       _("Loading..."), MEDIUMFONT, GREEN);
        add_subwindow(operation);
        unlock_window();
 }