Credit Andrew - updating patches for FFmpeg 7.0 as needed since 6.1, now at 7.0,...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / mainclock.C
index 06e23d2b1242c2520a0b258142ad68cf2856b107..f623eae9699185dd30257dbc6c798845f0b796b0 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * CINELERRA
  * Copyright (C) 1997-2017 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2003-2016 Cinelerra CV contributors
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -33,6 +34,8 @@ MainClock::MainClock(MWindow *mwindow, int x, int y, int w)
        this->mwindow = mwindow;
        position_offset = 0;
        set_bg_color(mwindow->theme->clock_bg_color);
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Time Format section");
 }
 
 MainClock::~MainClock()