Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / levelwindowgui.C
index b35409bebbeb6c5cd3aeb3ec654de791018085a9..ac28f56f4fe68409064cd5613d9b8be0859bd6b9 100644 (file)
@@ -41,6 +41,8 @@ LevelWindowGUI::LevelWindowGUI(MWindow *mwindow, LevelWindow *thread)
 {
        this->thread = thread;
        this->mwindow = mwindow;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Sound Level Meters Window");
 }
 
 LevelWindowGUI::~LevelWindowGUI()
@@ -121,7 +123,7 @@ int LevelWindowGUI::keypress_event()
                        return 1;
                }
        }
-       return 0;
+       return context_help_check_and_show();
 }
 
 int LevelWindowGUI::reset_over()