summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-01-29 11:13:19 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-01-29 11:13:19 +0200
commitf2400bd5eb053ec9eee5b3b86cc60ce8cb5633a9 (patch)
treebda235ad1549f56d403df9e3cffde16853da83ad
parent0540a52cae0760d73f27075ca866d2db179d29e5 (diff)
downloadfpGUI-f2400bd5eb053ec9eee5b3b86cc60ce8cb5633a9.tar.xz
Corrected work spacing in 'About fpGUI' dialog text.
-rw-r--r--src/gui/messagedialog.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/messagedialog.inc b/src/gui/messagedialog.inc
index 077b3ea9..c2578b9a 100644
--- a/src/gui/messagedialog.inc
+++ b/src/gui/messagedialog.inc
@@ -374,15 +374,15 @@ begin
+ 'This program uses ' + fpGUIName + ' version ' + fpGUIVersion + '.'
+ LineEnding + LineEnding
+ fpGUIName + ' is intended for Open Source and Commercial applications. fpGUI'
- + ' uses the LGPL 2 license with a static linking exception - the same as the Free '
+ + ' uses the LGPL 2 license with a static linking exception - the same as the Free'
+ ' Pascal Compiler''s RTL.'
+ LineEnding + LineEnding
- + 'fpGUI is a Object Pascal toolkit for cross-platform application development. '
- + 'It provides single-source portability across Linux, MS Windows, *BSD '
- + 'and embedded devices like Embedded Linux and Windows CE.'
+ + 'fpGUI is a Object Pascal toolkit for cross-platform application development.'
+ + ' It provides single-source portability across Linux, MS Windows, *BSD'
+ + ' and embedded devices like Embedded Linux and Windows CE.'
+ LineEnding + LineEnding
- + 'For more information, see the ' + fpGUIName + ' website at: '
- + 'http://opensoft.homeip.net/fpgui/';
+ + 'For more information, see the ' + fpGUIName + ' website at:'
+ + ' http://opensoft.homeip.net/fpgui/';
dlg.PrepareLayout;
dlg.ShowModal;
finally