summaryrefslogtreecommitdiff
path: root/src/gui/gui_popupcalendar.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-06-26 17:15:10 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-06-26 17:15:10 +0000
commit328be13f54585df2851894ef8f81358fdc27c5cb (patch)
tree007bf6f287f5068c7d08d499c1d0ae2e320db384 /src/gui/gui_popupcalendar.pas
parentfe6c14c887387533ea55c123229ab2e5889f381c (diff)
downloadfpGUI-328be13f54585df2851894ef8f81358fdc27c5cb.tar.xz
* More code clean up.
* Renamed some classes to have consistent naming convention. * Created some Base classes to create custom components from.
Diffstat (limited to 'src/gui/gui_popupcalendar.pas')
-rw-r--r--src/gui/gui_popupcalendar.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui_popupcalendar.pas b/src/gui/gui_popupcalendar.pas
index e712b85d..6ee37019 100644
--- a/src/gui/gui_popupcalendar.pas
+++ b/src/gui/gui_popupcalendar.pas
@@ -113,7 +113,7 @@ type
end;
- TfpgCalendarCombo = class(TfpgAbstractComboBox)
+ TfpgCalendarCombo = class(TfpgBaseStaticCombo)
private
FDate: TDateTime;
FDateFormat: string;