gamma yuva hist fix, theme change without exit
[goodguy/history.git] / cinelerra-5.0 / cinelerra / splashgui.C
index 5ceb85f2cf225e1f3cdc7f8d6c0392d0cfa7fadf..7441e3dec4b1ca71791229dbe57619e3684d3ec9 100644 (file)
@@ -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...")));
 }