summaryrefslogtreecommitdiff
path: root/src/gui/gui_popupcalendar.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-02-06 12:45:11 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-02-06 12:45:11 +0000
commita684523d8591dfcfcdf74fc34b7731ee15adb2bb (patch)
tree91644375f342f497be5240d04fd25c1be2973141 /src/gui/gui_popupcalendar.pas
parentaa8e6c9b6d27812861350ac6d21690068b31f8f9 (diff)
downloadfpGUI-a684523d8591dfcfcdf74fc34b7731ee15adb2bb.tar.xz
* Added a new unit gui_editcombo. This is still under
heavy development. * Rename IsWinXP to IsWinXPOrLater. Also improved the check to support Windows Vista. * SetFirstItem() is now moved to the public section in gui_listbox.pas unit. * Updated the contributors list.
Diffstat (limited to 'src/gui/gui_popupcalendar.pas')
-rw-r--r--src/gui/gui_popupcalendar.pas10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/gui/gui_popupcalendar.pas b/src/gui/gui_popupcalendar.pas
index 254b9abf..506482d7 100644
--- a/src/gui/gui_popupcalendar.pas
+++ b/src/gui/gui_popupcalendar.pas
@@ -20,11 +20,15 @@ unit gui_popupcalendar;
{$mode objfpc}{$H+}
+{.$Define DEBUG} // while developing the component
+
{
- * This is still under development!!!!!!!!!
- It needs lots of testing and debugging.
+ ***********************************************************
+ ********** This is still under development! ***********
+ ***********************************************************
+
+ It needs lots of testing and debugging.
}
-{.$Define DEBUG} // while developing the component
{ todo: Support highlighting special days. }