X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fsplashgui.C;h=e9e1840ad4d29477174fb5e7be2e861535906ba4;hp=e91d640d8d980e39c301ae3b69dc458e24e35960;hb=702161ddaf384a773831f1643fca0a54133625b2;hpb=0f8dc862440439b96c65bed178f2457f6f1cc079 diff --git a/cinelerra-5.1/cinelerra/splashgui.C b/cinelerra-5.1/cinelerra/splashgui.C index e91d640d..e9e1840a 100644 --- a/cinelerra-5.1/cinelerra/splashgui.C +++ b/cinelerra-5.1/cinelerra/splashgui.C @@ -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(); }