X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferencesthread.C;h=26c92c56e6bb37a0dc7cfb6df238a1f21554bfb1;hb=fe4662624d711faab6b406490a64c2382661997e;hp=d02f9ad44304704bfd90990a42367a9295ede31c;hpb=361dbd9de4e6e4143ea0cac5daa89b30685a4c70;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/preferencesthread.C b/cinelerra-5.1/cinelerra/preferencesthread.C index d02f9ad4..26c92c56 100644 --- a/cinelerra-5.1/cinelerra/preferencesthread.C +++ b/cinelerra-5.1/cinelerra/preferencesthread.C @@ -365,7 +365,7 @@ SET_TRACE PreferencesWindow::PreferencesWindow(MWindow *mwindow, PreferencesThread *thread, int x, int y, int w, int h) - : BC_Window(_(PROGRAM_NAME ": Preferences"), x,y, w,h, 1,0,1) + : BC_Window(_(PROGRAM_NAME ": Preferences"), x,y, w,h,w,h, 1) { this->mwindow = mwindow; this->thread = thread;