Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / meterpanel.C
index 10e01ca0a030b6eb5a57840a4a7340188861adb7..a5398ab94bca2b2ddf85c488f04efc65e759fb1c 100644 (file)
@@ -362,6 +362,8 @@ MeterMeter::MeterMeter(MWindow *mwindow,
        this->mwindow = mwindow;
        this->panel = panel;
        set_delays(TRACKING_RATE * 10, TRACKING_RATE);
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Sound Level Meters Window");
 }
 
 MeterMeter::~MeterMeter()
@@ -394,6 +396,8 @@ MeterShow::MeterShow(MWindow *mwindow, MeterPanel *panel, int x, int y)
        this->mwindow = mwindow;
        this->panel = panel;
        set_tooltip(_("Show meters"));
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Sound Level Meters Window");
 }