X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftipwindow.C;h=e367964f4cb17eb592e86643bf9a39fd62a3f05e;hp=5ad9092726f1a8be181e84eb5faa1d3ac05c2f3d;hb=e375434717622cc3198a6bf9f7b7fb9fde555c21;hpb=15b020d5c21b2cc5545227f7c092f06086666b4a diff --git a/cinelerra-5.1/cinelerra/tipwindow.C b/cinelerra-5.1/cinelerra/tipwindow.C index 5ad90927..e367964f 100644 --- a/cinelerra-5.1/cinelerra/tipwindow.C +++ b/cinelerra-5.1/cinelerra/tipwindow.C @@ -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));