X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fmainclock.C;h=f623eae9699185dd30257dbc6c798845f0b796b0;hb=bb04d41e2befcce16623c40c1916222d82174130;hp=06e23d2b1242c2520a0b258142ad68cf2856b107;hpb=c9c0e07706fad701a70ee0d1ffb0fcb6304f138c;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/mainclock.C b/cinelerra-5.1/cinelerra/mainclock.C index 06e23d2b..f623eae9 100644 --- a/cinelerra-5.1/cinelerra/mainclock.C +++ b/cinelerra-5.1/cinelerra/mainclock.C @@ -2,6 +2,7 @@ /* * CINELERRA * Copyright (C) 1997-2017 Adam Williams + * 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()