summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-11-01 17:48:13 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-11-01 18:24:06 +0100
commitabf28f0b70f10cb9a37ff64478e33b4fcc11fef7 (patch)
treeebdd444d83aeecd11440c1e2cd4bc64964ad89fb /documentation
parent9bcef81cae01517f6298827630e7d53b4065fcf5 (diff)
Improve and clarify documentation
Diffstat (limited to 'documentation')
-rw-r--r--documentation/src/basics.dox2
-rw-r--r--documentation/src/common.dox6
2 files changed, 4 insertions, 4 deletions
diff --git a/documentation/src/basics.dox b/documentation/src/basics.dox
index e875108ab..8e6a350fd 100644
--- a/documentation/src/basics.dox
+++ b/documentation/src/basics.dox
@@ -395,7 +395,7 @@ fltk-config --use-forms --use-gl --use-images --compile filename.cpp
Before version 1.4.0 \p fltk-config accepted only a single source file
and no additional compiler options or libraries.
-As of FLTK 1.4.0 it is possible to use additional compiler flags, more than
+Since FLTK 1.4.0 it is possible to use additional compiler flags, more than
one source file, and additional link libraries.
This is intended to be used for quick prototyping and not for production code
diff --git a/documentation/src/common.dox b/documentation/src/common.dox
index 56679a680..dc8843eee 100644
--- a/documentation/src/common.dox
+++ b/documentation/src/common.dox
@@ -428,9 +428,9 @@ The following standard label types are included:
the widget's align() flag. FL_MULTI_LABEL was designed to be used with
Fl_Menu_Item's to support icons or small images, typically left of the
menu text.\n
- As of this writing (FLTK 1.4.0, Sep 2017) Fl_Menu_Items support only
- one label part (text \b or image), but using Fl_Multi_Label as the
- label can extend this to more than one part.
+ As of this writing (FLTK 1.4.0) Fl_Menu_Items support only one label
+ part (text \b or image), but using Fl_Multi_Label as the label can extend
+ this to more than one part.
\see class Fl_Multi_Label, Fl_Widget::align()