X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fsplashgui.C;h=7441e3dec4b1ca71791229dbe57619e3684d3ec9;hp=eeb3f32e2ddbb5200ab0c268884fd014f96c8e6d;hb=1784ebd93b6c278a5205f040b5b40d8bdd79ed8a;hpb=748ee792315fb16950b10d231acaa4757fe58084 diff --git a/cinelerra-5.0/cinelerra/splashgui.C b/cinelerra-5.0/cinelerra/splashgui.C index eeb3f32e..7441e3de 100644 --- a/cinelerra-5.0/cinelerra/splashgui.C +++ b/cinelerra-5.0/cinelerra/splashgui.C @@ -57,15 +57,9 @@ void SplashGUI::create_objects() draw_vframe(bg, 0, 0); flash(); show_window(); - - add_subwindow(progress = new BC_ProgressBar(5, - get_h() - get_resources()->progress_images[0]->get_h() - 5, - get_w() - 10, - 0, - 0)); add_subwindow(operation = new BC_Title(5, - progress->get_y() - get_text_height(MEDIUMFONT) - 5, + get_h() - get_text_height(MEDIUMFONT) - 5, _("Loading..."))); }