diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/messagedialog.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/messagedialog.inc b/src/gui/messagedialog.inc index d40b5fca..5a6abfe8 100644 --- a/src/gui/messagedialog.inc +++ b/src/gui/messagedialog.inc @@ -381,8 +381,8 @@ begin + ' 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: ' + + fpGUIWebsite; dlg.PrepareLayout; dlg.ShowModal; finally |