Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / question.C
index e89b9c0f5153e411de8eef7c8ce0ae78c75bc6b2..768ead5fa7648372069c2d384d13d1d3928bdc42 100644 (file)
@@ -28,7 +28,7 @@
 #include "ctype.h"
 
 #define WIDTH xS(375)
-#define HEIGHT yS(160)
+#define HEIGHT yS(120)
 
 QuestionWindow::QuestionWindow(MWindow *mwindow)
  : BC_Window(_(PROGRAM_NAME ": Question"),
@@ -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();
 }