summaryrefslogtreecommitdiff
path: root/documentation/common.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-27 14:24:00 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-27 14:24:00 +0000
commit92ab051e21b5b2d7df9fa6aa8d7dacc10305a539 (patch)
tree7822934663da912fa08392157fac18f2c01a4057 /documentation/common.html
parent59c96f54635aed579fcb40a1980ff3694af46bd8 (diff)
Updated symbols image, and fixed a few more typos.
git-svn-id: file:///fltk/svn/fltk/trunk@250 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 b98ec9c75..21916922d 100644
--- a/documentation/common.html
+++ b/documentation/common.html
@@ -13,8 +13,8 @@ and covers how to query and set the standard attributes.
Enter key. </LI>
<LI><TT>Fl_Round_Button</TT> - A button with a check circle. </LI>
</UL>
-<P ALIGN=CENTER><IMG SRC="buttons.gif"></P>
-For all of these buttons you just need to include the corresponding <TT>
+<P ALIGN=CENTER><IMG SRC="buttons.gif">
+<P>For all of these buttons you just need to include the corresponding <TT>
&lt;FL/Fl_xyz_Button.H&gt;</TT> header file. The constructor takes the
bounding box of the button and optionally a label string:
<UL>