Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / question.C
index ccea32c120c8504483553b30b64d27519be19e4a..768ead5fa7648372069c2d384d13d1d3928bdc42 100644 (file)
@@ -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();
 }