bug fix mostly for 32-bit O/S and mirror pngs
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / browsebutton.C
index fae5758b94d7eb35fa31afd364f6493cfd846cf2..f8d489c3f4ab83d5ea95f139d323829765a4bada 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 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
@@ -136,6 +137,8 @@ BrowseButtonWindow::BrowseButtonWindow(Theme *theme, int x, int y,
        want_directory, // Want only directories
        0, theme->browse_pad)
 {
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Loading Files");
 }
 
 BrowseButtonWindow::~BrowseButtonWindow()