X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fsplashgui.C;h=7441e3dec4b1ca71791229dbe57619e3684d3ec9;hb=1784ebd93b6c278a5205f040b5b40d8bdd79ed8a;hp=5ceb85f2cf225e1f3cdc7f8d6c0392d0cfa7fadf;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/splashgui.C b/cinelerra-5.0/cinelerra/splashgui.C index 5ceb85f2..7441e3de 100644 --- a/cinelerra-5.0/cinelerra/splashgui.C +++ b/cinelerra-5.0/cinelerra/splashgui.C @@ -30,7 +30,7 @@ SplashGUI::SplashGUI(VFrame *bg, int x, int y) - : BC_Window(PROGRAM_NAME ": Loading", + : BC_Window(_(PROGRAM_NAME ": Loading"), x, y, bg->get_w(), @@ -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..."))); }