summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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