diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-08-05 17:00:27 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-08-05 17:00:27 +0200 |
commit | 146f61c46034e4bf0491938226d29741a59e35dd (patch) | |
tree | 4c18248af186a0907a9dd547861788adf5de0e3c /src | |
parent | 0c799a05c77e480da2609658af1edafec9633aa3 (diff) | |
download | fpGUI-146f61c46034e4bf0491938226d29741a59e35dd.tar.xz |
updated unit description.
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/fpg_main.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/fpg_main.pas b/src/corelib/fpg_main.pas index 8bcda3fc..c8023408 100644 --- a/src/corelib/fpg_main.pas +++ b/src/corelib/fpg_main.pas @@ -12,7 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Description: - The main unit trying everything together in corelib. + The main unit that ties everything together from CoreLib. } unit fpg_main; |