add prof sigusr1 feature, tweak amdgup tooltip, fix colorpicker handle_new_color...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / tipwindow.C
index 5ad9092726f1a8be181e84eb5faa1d3ac05c2f3d..e367964f4cb17eb592e86643bf9a39fd62a3f05e 100644 (file)
@@ -127,7 +127,7 @@ void TipWindowGUI::create_objects()
 {
        lock_window("TipWindowGUI::create_objects");
        int x = 10, y = 10;
-       add_subwindow(tip_text = new BC_Title(x, y, thread->get_current_tip(0)));
+       add_subwindow(tip_text = new BC_Title(x, y, thread->get_current_tip(1)));
        y = get_h() - 30;
        BC_CheckBox *checkbox;
        add_subwindow(checkbox = new TipDisable(mwindow, this, x, y));