summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2010-11-11 21:48:19 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2010-11-11 21:48:19 +0200
commit28a5276d893c771623d4b1521cd711b3a6b45b6a (patch)
treec5cb9660b17d3622cfb90dc04fb244fbcc79420d
parentc0b27422287002c294bdb9598dca628c6a8b6031 (diff)
downloadfpGUI-28a5276d893c771623d4b1521cd711b3a6b45b6a.tar.xz
updated website url constant
-rw-r--r--src/corelib/fpg_main.pas2
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];