summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-09-16 01:35:34 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-09-16 01:35:34 +0000
commit11bf9b28da63ee26632b6cf72aeba16115daf9b3 (patch)
treec3cc21675e9bbc8ed7accdb098abda20d411d71f /test
parentcf16564eda7815f230658a41bbe776f1b6f84879 (diff)
Move Fl_Help_Dialog to fltk_images library.
Add "Additional Libraries" section to docos as needed. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/help.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/help.cxx b/test/help.cxx
index 5dc6b4c22..ce58fea0d 100644
--- a/test/help.cxx
+++ b/test/help.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: help.cxx,v 1.1.2.7 2002/07/15 23:39:22 easysw Exp $"
+// "$Id: help.cxx,v 1.1.2.8 2002/09/16 01:35:34 easysw Exp $"
//
// Fl_Help_Dialog test program.
//
@@ -45,8 +45,6 @@ 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)
@@ -65,5 +63,5 @@ main(int argc, // I - Number of command-line arguments
//
-// End of "$Id: help.cxx,v 1.1.2.7 2002/07/15 23:39:22 easysw Exp $".
+// End of "$Id: help.cxx,v 1.1.2.8 2002/09/16 01:35:34 easysw Exp $".
//