summaryrefslogtreecommitdiff
path: root/documentation/common.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-02-13 03:33:53 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-02-13 03:33:53 +0000
commitaf16ba7e8bedeb1caa9e15739cc11dfd3c85d49a (patch)
tree3693bface8ca28210d296bea9de584652d48ff6a /documentation/common.html
parenta235545e422d52324a9a9cc524ed59922b32502e (diff)
Fix links in FLTK docos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1957 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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>