diff options
Diffstat (limited to 'documentation/src/faq.dox')
| -rw-r--r-- | documentation/src/faq.dox | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/src/faq.dox b/documentation/src/faq.dox index 347d22fdf..530f97eef 100644 --- a/documentation/src/faq.dox +++ b/documentation/src/faq.dox @@ -36,7 +36,7 @@ If you prefer watching TV to reading books and code, google search for "FLTK video tutorials" which has some introductory examples of how to write FLTK programs in C++ and build them. -\section faq_box_with_text How do a make a box with text? +\section faq_box_with_text How do I make a box with text? The 'hello world' program shows how to make a box with text. All widgets have labels, so picking a simple widget like Fl_Box @@ -53,10 +53,8 @@ which handles simple HTML formatted text. \section faq_license Can I use FLTK to make closed-source commercial applications? -Yes. The -\ref license FLTK license -is standard LGPL, but also includes a special clause ("exception") -to allow for static linking. Specifically: +Yes. The FLTK \ref license is standard LGPL, but also includes a special +clause ("exception") to allow for static linking. Specifically: \verbatim |
