From c48c20c49c12e7659cf425823d4ebc349ad37dca Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 15 Jul 2002 23:39:22 +0000 Subject: 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 --- test/help.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/help.cxx b/test/help.cxx index dcce4702d..5dc6b4c22 100644 --- a/test/help.cxx +++ b/test/help.cxx @@ -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 $". // -- cgit v1.2.3