summaryrefslogtreecommitdiff
path: root/uidesigner/vfdformparser.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2009-06-09 10:20:45 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2009-06-09 10:20:45 +0200
commit675b6a722af721784838358e3f375b8dd8745969 (patch)
tree89313043cc748df73b3234274b8efaba9f37d5b2 /uidesigner/vfdformparser.pas
parent435bac31bc0bea6c05fc16883c7937c724d8eec2 (diff)
downloadfpGUI-675b6a722af721784838358e3f375b8dd8745969.tar.xz
UIDesigner copyright and code folding
* updated all copyright notices in UI Designer code. * New Forms now only have the fpg_forms unit in uses clause. This help with smartlinking and reduces executable size. * New Forms now include the code folding region around auto-generated GUI code from UI Designer. This feature works in newer Lazarus revisions, but will not affect older versions.
Diffstat (limited to 'uidesigner/vfdformparser.pas')
-rw-r--r--uidesigner/vfdformparser.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/uidesigner/vfdformparser.pas b/uidesigner/vfdformparser.pas
index 172de33c..df34b5f8 100644
--- a/uidesigner/vfdformparser.pas
+++ b/uidesigner/vfdformparser.pas
@@ -1,7 +1,7 @@
{
fpGUI - Free Pascal GUI Toolkit
- Copyright (C) 2006 - 2008 See the file AUTHORS.txt, included in this
+ Copyright (C) 2006 - 2009 See the file AUTHORS.txt, included in this
distribution, for details of the copyright.
See the file COPYING.modifiedLGPL, included in this distribution,