diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-02-19 12:55:06 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-02-19 12:55:06 +0100 |
| commit | fd8170525bb8e2555ac1902ab2d53a064aa9920b (patch) | |
| tree | f3a8488e9f0449eba1eaf119d879fd47f5b96417 /test/unittest_about.cxx | |
| parent | ec974ce6b8714c6c9ee344bd94f4e53b68cd4df2 (diff) | |
Fix typos and copyright
Diffstat (limited to 'test/unittest_about.cxx')
| -rw-r--r-- | test/unittest_about.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unittest_about.cxx b/test/unittest_about.cxx index 3c4084d31..4555643e4 100644 --- a/test/unittest_about.cxx +++ b/test/unittest_about.cxx @@ -1,7 +1,7 @@ // // Unit tests for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2022 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -32,7 +32,7 @@ public: "The Unit Testing application can be used to verify correct graphics rendering " "on the current platform. The core developer team uses this program to make sure that the " "FLTK user experience is identical on all supported graphics systems." -"<h3>the UI Designer</h3>\n" +"<h3>The UI Designer</h3>\n" "<p>Designing a good user interface is an art. Widgets must be selected and carefully positioned " "to create a consistent look and feel for the user. Text must fit into given boxes and graphic " "elements must be correctly aligned. A good UI library will give consistent results on any " @@ -40,7 +40,7 @@ public: "<p>FLTK supports a large collection of platforms and graphics drivers. This unit testing " "application contains modules which will test rendering and alignment for most " "FLTK core graphics functions.</p>\n" -"<h3>the Developer</h3>\n" +"<h3>The Developer</h3>\n" "<p>Unittest is also a great help when implementing new graphics drivers. The tests are sorted " "in the same order in which a new graphics driver could be implemented. Most tests rely " "on the previous test to function correctly, so sticking to the given order is a good idea.</p>\n" |
