X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fswindow.C;h=d57becf70b113aaa64c7ddae42c7b39f764d7e0e;hb=9d54c23d957ea350c5ffd756ac2c1c221c94637b;hp=cbbde0e9fe40fcd76fe5ec474a683c873ff449a5;hpb=9303c74f396d12f0fb48639ff6a835824cbc5987;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/swindow.C b/cinelerra-5.1/cinelerra/swindow.C index cbbde0e9..d57becf7 100644 --- a/cinelerra-5.1/cinelerra/swindow.C +++ b/cinelerra-5.1/cinelerra/swindow.C @@ -48,7 +48,7 @@ int SWindowOK::button_press_event() int SWindowOK::keypress_event() { - return 0; + return context_help_check_and_show(); } @@ -280,6 +280,8 @@ SWindowGUI::SWindowGUI(SWindow *swindow, int x, int y, int w, int h) text_font = MEDIUMFONT; text_rowsz = get_text_ascent(text_font)+1 + get_text_descent(text_font)+1; sub_format = SUB_FORMAT_SRT; +// *** CONTEXT_HELP *** + context_help_set_keyword("Subtitles"); } SWindowGUI::~SWindowGUI()