diff options
Diffstat (limited to 'src/gui/messagedialog.inc')
-rw-r--r-- | src/gui/messagedialog.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/messagedialog.inc b/src/gui/messagedialog.inc index 7a04371a..d40b5fca 100644 --- a/src/gui/messagedialog.inc +++ b/src/gui/messagedialog.inc @@ -371,7 +371,7 @@ begin dlg.DefaultButton := mbOK; dlg.Text := dlg.WindowTitle; dlg.InformativeText := LineEnding + LineEnding - + 'This program uses ' + fpGUIName + ' version ' + fpGUIVersion + '.' + + 'This program uses ' + fpGUIName + ' version ' + fpGUI_Version + '.' + 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' |