summaryrefslogtreecommitdiff
path: root/documentation/common.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/common.html')
-rw-r--r--documentation/common.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/common.html b/documentation/common.html
index bad086ebe..339c2c6fa 100644
--- a/documentation/common.html
+++ b/documentation/common.html
@@ -1,7 +1,7 @@
<HTML>
<BODY>
-<H1 ALIGN=RIGHT><A NAME=common>3 - Common Widgets and Attributes</A></H1>
+<H1 ALIGN=RIGHT><A NAME="common">3 - Common Widgets and Attributes</A></H1>
<P>This chapter describes many of the widgets that are provided
with FLTK and covers how to query and set the standard
@@ -253,7 +253,7 @@ button-&gt;labelcolor(FL_WHITE);
<P>The type <TT>Fl_Boxtype</TT> stored and returned in
<A href="Fl_Widget.html#Fl_Widget.box"><TT>Fl_Widget::box()</TT></A>
-is an enumeration defined in <A href="enumerations.html#enumerations"><TT>&lt;Enumerations.H&gt;</TT></A>.
+is an enumeration defined in <A href="enumerations.html#Enumerations"><TT>&lt;Enumerations.H&gt;</TT></A>.
Figure 3-3 shows the standard box types included with FLTK.</P>
<P ALIGN="CENTER"><IMG src="boxtypes.gif" ALT="FLTK Box Types"><BR>