From 6a6e4ab66c655d2d897c3382a03cd9754257cf01 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 28 Jun 2002 21:04:37 +0000 Subject: Separate the extra image functions into fltk_images. Add new fl_register_images() function to register the extra file formats with Fl_Shared_Image. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2329 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/help.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/help.cxx') diff --git a/test/help.cxx b/test/help.cxx index dc3fca907..dcce4702d 100644 --- a/test/help.cxx +++ b/test/help.cxx @@ -1,5 +1,5 @@ // -// "$Id: help.cxx,v 1.1.2.5 2002/06/27 04:29:39 matthiaswm Exp $" +// "$Id: help.cxx,v 1.1.2.6 2002/06/28 21:04:37 easysw Exp $" // // Fl_Help_Dialog test program. // @@ -45,6 +45,8 @@ main(int argc, // I - Number of command-line arguments Fl_Help_Dialog *help; // Help dialog + fl_register_images(); + help = new Fl_Help_Dialog; if (argc < 2) @@ -63,5 +65,5 @@ main(int argc, // I - Number of command-line arguments // -// End of "$Id: help.cxx,v 1.1.2.5 2002/06/27 04:29:39 matthiaswm Exp $". +// End of "$Id: help.cxx,v 1.1.2.6 2002/06/28 21:04:37 easysw Exp $". // -- cgit v1.2.3