diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-15 23:39:22 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-15 23:39:22 +0000 |
| commit | c48c20c49c12e7659cf425823d4ebc349ad37dca (patch) | |
| tree | f00bf57502c0472caa51ca956b636d6f43930631 | |
| parent | f461331f0f73f4220827aab01f145b1b89751e1a (diff) | |
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
| -rw-r--r-- | test/help.cxx | 6 |
1 files 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 $". // |
