diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-05-15 00:58:12 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-05-15 00:58:12 +0200 |
commit | 8d104a291337466736df5fcbdb82e2a00580a782 (patch) | |
tree | 27855740afb138c7a632766ecb5dead86487e6a1 /uidesigner | |
parent | fd78092bd8c7c2acee00d5c6e1c7b0a3fbc531d5 (diff) | |
download | fpGUI-8d104a291337466736df5fcbdb82e2a00580a782.tar.xz |
uidesigner: updated fpGUI url in About screen.
Diffstat (limited to 'uidesigner')
-rw-r--r-- | uidesigner/newformdesigner.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uidesigner/newformdesigner.pas b/uidesigner/newformdesigner.pas index 0243ec46..7b3365be 100644 --- a/uidesigner/newformdesigner.pas +++ b/uidesigner/newformdesigner.pas @@ -245,8 +245,8 @@ begin begin Name := 'lblName4'; SetPosition(12, 116, 246, 14); - Text := 'http://opensoft.homeip.net/fpgui/'; - URL := 'http://opensoft.homeip.net/fpgui/'; + Text := 'http://fpgui.sourceforge.net'; + URL := 'http://fpgui.sourceforge.net'; FontDesc := 'Arial-9:underline'; TextColor := clRoyalBlue; HotTrackColor := clBlue; |