summaryrefslogtreecommitdiff
path: root/documentation/Fl_Input.html
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>2000-02-22 00:56:53 +0000
committerBill Spitzak <spitzak@gmail.com>2000-02-22 00:56:53 +0000
commit666d0412243ce671dc53ddeb3a29b5c866f5066b (patch)
tree5b13c52d66ead503ced98398528274ae91867526 /documentation/Fl_Input.html
parentb583a643deeaf0a21dac5ee5a2ae0f84f9648dad (diff)
Fixed the changes I made yesterday so that int/float input fields do not
eat Alt+letter key combinations. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1009 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Input.html')
-rw-r--r--documentation/Fl_Input.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/Fl_Input.html b/documentation/Fl_Input.html
index d6af54f69..87b3c9421 100644
--- a/documentation/Fl_Input.html
+++ b/documentation/Fl_Input.html
@@ -26,7 +26,7 @@ a white background. The text may contain any characters (even 0), and
will correctly display anything, using ^X notation for unprintable
control characters and \nnn notation for unprintable characters with
the high bit set. It assummes the font can draw any characters in the
-ISO8859-1 character set.
+ISO-8859-1 character set.
<p>
<CENTER><TABLE border=1 WIDTH=90%>
@@ -38,8 +38,8 @@ ISO8859-1 character set.
</TD></TR>
<TR><TD><B>Mouse button 2</B></TD><TD>Insert the clipboard at
-the point clicked. You can also select a region to replace with the
-clipboard by selecting a region with mouse button 2.
+the point clicked. You can also select a region and replace it with the
+clipboard by selecting the region with mouse button 2.
</TD></TR>
<TR><TD><B>Mouse button 3</B></TD><TD>Currently acts like button 1.</TD></TR>