diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2013-12-27 23:19:26 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2013-12-27 23:19:26 +0000 |
commit | 9b30ef89654b5a2a91377d4b28b34f5b0035b647 (patch) | |
tree | b4db4c9366c8b2224c792deec1fb1572362a9798 | |
parent | 1631e13fc306d009b2b7c1c71129bf279d435cf3 (diff) | |
download | fpGUI-9b30ef89654b5a2a91377d4b28b34f5b0035b647.tar.xz |
uidesigner: unit header comment updated
-rw-r--r-- | uidesigner/vfdfile.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uidesigner/vfdfile.pas b/uidesigner/vfdfile.pas index 3db2ae31..b6636fa2 100644 --- a/uidesigner/vfdfile.pas +++ b/uidesigner/vfdfile.pas @@ -1,7 +1,7 @@ { fpGUI - Free Pascal GUI Toolkit - Copyright (C) 2006 - 2010 See the file AUTHORS.txt, included in this + Copyright (C) 2006 - 2013 See the file AUTHORS.txt, included in this distribution, for details of the copyright. See the file COPYING.modifiedLGPL, included in this distribution, @@ -12,7 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Description: - This unit handles the load, save and merge functions. Doing + This unit handles the load, save and merge functions. Doing VFD marker searching. } |