summaryrefslogtreecommitdiff
path: root/test/file_chooser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/file_chooser.cxx')
-rw-r--r--test/file_chooser.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/file_chooser.cxx b/test/file_chooser.cxx
index 2da5133f0..e2df8e0a5 100644
--- a/test/file_chooser.cxx
+++ b/test/file_chooser.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: file_chooser.cxx,v 1.4.2.3.2.5 2002/06/07 15:06:32 easysw Exp $"
+// "$Id: file_chooser.cxx,v 1.4.2.3.2.6 2002/06/28 21:04:37 easysw Exp $"
//
// File chooser test program.
//
@@ -81,6 +81,8 @@ main(int argc, // I - Number of command-line arguments
// Make the file chooser...
+ fl_register_images();
+
Fl::scheme(NULL);
Fl_File_Icon::load_system_icons();
@@ -290,5 +292,5 @@ show_callback(void)
//
-// End of "$Id: file_chooser.cxx,v 1.4.2.3.2.5 2002/06/07 15:06:32 easysw Exp $".
+// End of "$Id: file_chooser.cxx,v 1.4.2.3.2.6 2002/06/28 21:04:37 easysw Exp $".
//