X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fquestion.C;fp=cinelerra-5.1%2Fcinelerra%2Fquestion.C;h=768ead5fa7648372069c2d384d13d1d3928bdc42;hp=ccea32c120c8504483553b30b64d27519be19e4a;hb=b104b77f5296719bd5e6de8472eb71542ddaedec;hpb=eabda9cf447580a974fd3d67a3d0a26f09aeb523 diff --git a/cinelerra-5.1/cinelerra/question.C b/cinelerra-5.1/cinelerra/question.C index ccea32c1..768ead5f 100644 --- a/cinelerra-5.1/cinelerra/question.C +++ b/cinelerra-5.1/cinelerra/question.C @@ -76,7 +76,7 @@ int QuestionYesButton::keypress_event() handle_event(); return 1; } - return 0; + return context_help_check_and_show(); } QuestionNoButton::QuestionNoButton(MWindow *mwindow, QuestionWindow *window, int x, int y) @@ -98,5 +98,5 @@ int QuestionNoButton::keypress_event() handle_event(); return 1; } - return 0; + return context_help_check_and_show(); }