From 98695591f4aa3b0a19e271b7de54041d507ddc1b Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sat, 8 Feb 2014 20:44:09 +0000 Subject: Added 'help-test.html' to test the Fl_Help_View HTML parser. (Feel free to expand these tests) Modified the 'help' program to use this help file as a default, since the old reference was to our old documentation link that (1) no longer is released with the code, and (2) is doxygen content our HTML parser can't possibly handle. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10097 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/help.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/help.cxx') diff --git a/test/help.cxx b/test/help.cxx index dd9491c83..53cd21806 100644 --- a/test/help.cxx +++ b/test/help.cxx @@ -68,14 +68,14 @@ main(int argc, // I - Number of command-line arguments set_app_dir(); if (argc <= argn) - help->load("../../../../documentation/html/intro.html"); + help->load("../../../../test/help-test.html"); else help->load(argv[argn]); #else if (argc <= argn) - help->load("../documentation/html/intro.html"); + help->load("help-test.html"); else help->load(argv[1]); -- cgit v1.2.3