diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2010-11-11 21:48:19 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2010-11-11 21:48:19 +0200 |
commit | 28a5276d893c771623d4b1521cd711b3a6b45b6a (patch) | |
tree | c5cb9660b17d3622cfb90dc04fb244fbcc79420d | |
parent | c0b27422287002c294bdb9598dca628c6a8b6031 (diff) | |
download | fpGUI-28a5276d893c771623d4b1521cd711b3a6b45b6a.tar.xz |
updated website url constant
-rw-r--r-- | src/corelib/fpg_main.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/fpg_main.pas b/src/corelib/fpg_main.pas index 6940d55f..2efc2286 100644 --- a/src/corelib/fpg_main.pas +++ b/src/corelib/fpg_main.pas @@ -64,7 +64,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/'; + fpGUIWebsite = 'http://opensoft.homeip.net:8080/fpgui/'; const txtWordDelims: set of char = [' ', #9, #13, #10]; |