diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-03-30 11:00:15 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-03-30 11:00:15 +0200 |
commit | c70cd9ba9c801e2f1102398a01b2e97b10e4a404 (patch) | |
tree | ed2088d072e5e4412a26498023152e708858d19a /src/gui | |
parent | 2cbe642c56035106d99db0c06fcc30dce2244897 (diff) | |
download | fpGUI-c70cd9ba9c801e2f1102398a01b2e97b10e4a404.tar.xz |
Replaced website address with a constant.
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 |