Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / keyframegui.C
index fb7de36f93d32e6f118e52313b2b430235a21c1a..74356b54ff0a89aa6986333e19f7bd6b023fe7ea 100644 (file)
@@ -475,6 +475,8 @@ KeyFrameWindow::KeyFrameWindow(MWindow *mwindow, KeyFrameThread *thread,
 {
        this->mwindow = mwindow;
        this->thread = thread;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Saved Plugin Presets");
 }
 
 void KeyFrameWindow::create_objects()
@@ -828,6 +830,6 @@ int KeyFramePresetsOK::keypress_event()
                        }
                }
        }
-       return 0;
+       return context_help_check_and_show();
 }