summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-11-01 01:46:55 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-11-01 01:46:55 +0000
commitc8c675fb4b4640390b7dbda33ff37d2154daed2d (patch)
tree72e520f29c943178d354ed84bed7ea64d596b705
parent71d777639207b24bec36310020c09dfb55a5c08e (diff)
Doco fix (STR #186)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3116 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--CHANGES1
-rw-r--r--documentation/Fl_Widget.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index fba0810d0..56da73ff9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.1.5rc1
+ - Doco fixes (STR #186)
- Fixed some OS/2-specific build problems (STR #185)
- Calling Fl_Text_Display::buffer() with the same buffer
would cause an application to lockup (STR #196)
diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html
index 48e2076c9..6f0e14b1d 100644
--- a/documentation/Fl_Widget.html
+++ b/documentation/Fl_Widget.html
@@ -93,7 +93,7 @@ to call <TT>redraw()</TT> after these. </P>
<LI><A href=#Fl_Widget.type>type</A></LI>
<LI><A href=#Fl_Widget.user_data>user_data</A></LI>
<LI><A href=#Fl_Widget.visible>visible</A></LI>
-<LI><A href=#Fl_Widget.visible_visible>visible_focus</A></LI>
+<LI><A href=#Fl_Widget.visible_focus>visible_focus</A></LI>
<LI><A href=#Fl_Widget.visible_r>visible_r</A></LI>
<LI><A href=#Fl_Widget.w>w</A></LI>
<LI><A href=#Fl_Widget.when>when</A></LI>