summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-02-07 15:43:22 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-02-07 15:43:22 +0200
commitcfbd9ff68dc97975024e6d8d0b0eeeb333ab3548 (patch)
tree922e16060d3b3e38ee4f5424009b8aebcd0a3621 /src
parent2f83e77b352a942d94c036e26f5c31b7259f81eb (diff)
downloadfpGUI-cfbd9ff68dc97975024e6d8d0b0eeeb333ab3548.tar.xz
Fix the URL of fpGUI's home page. We recently moved to SourceForge.
Diffstat (limited to 'src')
-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 eea7da13..fd28ffa8 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:8080/fpgui/';
+ fpGUIWebsite = 'http://fpgui.sourceforge.net/';
const
txtWordDelims: set of char = [' ', #9, #13, #10];