diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-03-16 12:22:33 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-03-16 12:22:33 +0000 |
commit | 9eb1979d6c4f9cfc0b07223bbd02c1558c2742c3 (patch) | |
tree | 428a5a3e9a88e07cee40da87d3479c1f326d5d90 /extras/code_templates | |
parent | 1c1d8117fd45beee2b5cb4c5964e4e9d17b5242e (diff) | |
download | fpGUI-9eb1979d6c4f9cfc0b07223bbd02c1558c2742c3.tar.xz |
* Fixed a bug in File Save Dialog where you can not save a new file anymore.
* Fixed the ComboBox dropdown flicker issue under Linux. I still need to test if it exists under Windows to.
* Fixed the Popup Menu bug under Linux where it keeps closing before you can use the menu.
Diffstat (limited to 'extras/code_templates')
-rw-r--r-- | extras/code_templates/lazarus.dci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/code_templates/lazarus.dci b/extras/code_templates/lazarus.dci index c551de04..d3dd368c 100644 --- a/extras/code_templates/lazarus.dci +++ b/extras/code_templates/lazarus.dci @@ -44,7 +44,7 @@ end. { fpGUI - Free Pascal GUI Library - Copyright (C) 2006 - 2007 See the file AUTHORS.txt, included in this + Copyright (C) 2006 - 2008 See the file AUTHORS.txt, included in this distribution, for details of the copyright. See the file COPYING.modifiedLGPL, included in this distribution, |