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/corelib | |
parent | 2cbe642c56035106d99db0c06fcc30dce2244897 (diff) | |
download | fpGUI-c70cd9ba9c801e2f1102398a01b2e97b10e4a404.tar.xz |
Replaced website address with a constant.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/fpg_main.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/fpg_main.pas b/src/corelib/fpg_main.pas index adbcda67..871efe74 100644 --- a/src/corelib/fpg_main.pas +++ b/src/corelib/fpg_main.pas @@ -61,6 +61,7 @@ const // version and name constants {$I VERSION_FILE.inc} // this includes the auto generated: fpGUI_Version = xxx fpGUIName = 'fpGUI Toolkit'; + fpGUIWebsite = 'http://opensoft.homeip.net/fpgui/'; const txtWordDelims: set of char = [' ', #9, #13, #10]; |