Fix path for default document (Matthias, did you change this? If so,

just include your own copy of demo.menu which includes the different
path when running from CW...)


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2534 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2002-07-15 23:39:22 +00:00
parent f461331f0f
commit c48c20c49c

View File

@ -1,5 +1,5 @@
//
// "$Id: help.cxx,v 1.1.2.6 2002/06/28 21:04:37 easysw Exp $"
// "$Id: help.cxx,v 1.1.2.7 2002/07/15 23:39:22 easysw Exp $"
//
// Fl_Help_Dialog test program.
//
@ -50,7 +50,7 @@ main(int argc, // I - Number of command-line arguments
help = new Fl_Help_Dialog;
if (argc < 2)
help->load("../../documentation/index.html");
help->load("../documentation/index.html");
else
help->load(argv[1]);
@ -65,5 +65,5 @@ main(int argc, // I - Number of command-line arguments
//
// End of "$Id: help.cxx,v 1.1.2.6 2002/06/28 21:04:37 easysw Exp $".
// End of "$Id: help.cxx,v 1.1.2.7 2002/07/15 23:39:22 easysw Exp $".
//