summaryrefslogtreecommitdiff
path: root/test/help_dialog.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/help_dialog.html')
-rw-r--r--test/help_dialog.html26
1 files changed, 20 insertions, 6 deletions
diff --git a/test/help_dialog.html b/test/help_dialog.html
index 01809f234..dffaf4cb1 100644
--- a/test/help_dialog.html
+++ b/test/help_dialog.html
@@ -1,5 +1,19 @@
<!--
- Test the Fl_Help_View's ability to parse simple HTML.
+ *
+ * Test file for Fl_Help_View for the Fast Light Tool Kit (FLTK).
+ *
+ * Copyright 1998-2020 by Bill Spitzak and others.
+ *
+ * This library is free software. Distribution and use rights are outlined in
+ * the file "COPYING" which should have been included with this file. If this
+ * file is missing or damaged, see the license at:
+ *
+ * https://www.fltk.org/COPYING.php
+ *
+ * Please see the following page on how to report bugs and issues:
+ *
+ * https://www.fltk.org/bugs.php
+ *
-->
<H1>Simple HTML Tests</H1>
<UL>
@@ -211,16 +225,16 @@ End of DL.
<TR>
<TD>Column 1</TD> <TD>Column 2</TD>
</TR><TR>
- <TD><IMG SRC="../documentation/src/FL200.png"></TD>
+ <TD><IMG SRC="images/FL200.png"></TD>
<TD>This is the FLTK logo</TD>
</TR><TR>
- <TD><IMG SRC="../documentation/src/tiny.png"></TD>
+ <TD><IMG SRC="images/tiny.png"></TD>
<TD>Tiny FLTK logo.</TD>
</TR><TR>
- <TD><IMG SRC="../documentation/src/Fl_Value_Input.png"></TD>
+ <TD><IMG SRC="images/Fl_Value_Input.png"></TD>
<TD>This is an image of Fl_Value_Input</TD>
</TR><TR>
- <TD><IMG SRC="../documentation/src/Fl_Value_Output.png"></TD>
+ <TD><IMG SRC="images/Fl_Value_Output.png"></TD>
<TD>This is an image of Fl_Value_Output</TD>
</TR>
</TABLE>
@@ -237,7 +251,7 @@ This text should be in a paragraph break. This is paragraph #1 of 2.
This text should be in a paragraph break as well. This is paragraph #2 of 2.
<P>
What follows should be a centered image.<BR>
-<IMG SRC="../documentation/src/FL200.png"><BR>
+<IMG SRC="images/FL200.png"><BR>
That should be a centered image.
<P>
</center>