diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2015-02-22 13:20:12 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2015-02-22 13:20:12 +0000 |
commit | f0fa04c7db10ba28667df8a3a222b4089090a3fc (patch) | |
tree | 667612202b9bbcd24888cdfbbde44fb634e3e761 /docs/xml | |
parent | cb24ef9142e66dda8cf1dc82cd9f86776fb9bae1 (diff) | |
download | fpGUI-f0fa04c7db10ba28667df8a3a222b4089090a3fc.tar.xz |
docs: Updte general info about fpGUI
Diffstat (limited to 'docs/xml')
-rw-r--r-- | docs/xml/corelib/fpg_base.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xml/corelib/fpg_base.xml b/docs/xml/corelib/fpg_base.xml index 32d68ac4..30fbbc4f 100644 --- a/docs/xml/corelib/fpg_base.xml +++ b/docs/xml/corelib/fpg_base.xml @@ -3,7 +3,7 @@ <package name="fpGUI"> <descr><p>fpGUI Toolkit is intended for Open Source and Commercial applications. -fpGUI uses the LGPL2 license with the static linking exception - the same as +fpGUI uses the LGPL v2 license with a static linking exception - the same as the Free Pascal Compiler's RTL.</p> <p>fpGUI is an Object Pascal toolkit for cross-platform application development. It provides single-source portability across Linux, MS Windows, *BSD, OpenSolaris and @@ -19,7 +19,7 @@ For more information, see the fpGUI Toolkit website at: <url href="http://fpgui. of fpGUI. It also defines many types and constants used throughout the toolkit. </p> <p>When implementing support for a completely new windowing system -(eg: Carbon used in Mac OS-X) you would implement all the abstract methods +(eg: Carbon used in Mac OSX) you would implement all the abstract methods defined in this unit. </p> </descr> |