X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fsplashgui.C;h=e9e1840ad4d29477174fb5e7be2e861535906ba4;hb=refs%2Fheads%2Fmaster;hp=e91d640d8d980e39c301ae3b69dc458e24e35960;hpb=b9f98da8f1cd8b7b31ead02fa41f299b56cac3da;p=goodguy%2Fhistory.git 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(); }