From fd8170525bb8e2555ac1902ab2d53a064aa9920b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 19 Feb 2022 12:55:06 +0100 Subject: Fix typos and copyright --- test/unittest_about.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/unittest_about.cxx') 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." -"

the UI Designer

\n" +"

The UI Designer

\n" "

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: "

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.

\n" -"

the Developer

\n" +"

The Developer

\n" "

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.

\n" -- cgit v1.2.3