summaryrefslogtreecommitdiff
path: root/examples/apps/uidesigner/vfdfile.pas
diff options
context:
space:
mode:
Diffstat (limited to 'examples/apps/uidesigner/vfdfile.pas')
-rw-r--r--examples/apps/uidesigner/vfdfile.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/apps/uidesigner/vfdfile.pas b/examples/apps/uidesigner/vfdfile.pas
index 9162d3b0..1f0a96df 100644
--- a/examples/apps/uidesigner/vfdfile.pas
+++ b/examples/apps/uidesigner/vfdfile.pas
@@ -354,7 +354,7 @@ begin
'uses' + LineEnding +
' SysUtils, Classes, gfxbase, fpgfx, gui_edit, ' + LineEnding +
' gfx_widget, gui_form, gui_label, gui_button,' + LineEnding +
- ' gui_listbox, gui_memo, gui_combobox, gui_grid, ' + LineEnding +
+ ' gui_listbox, gui_memo, gui_combobox, gui_basegrid, gui_grid, ' + LineEnding +
' gui_dialogs, gui_checkbox, gui_tree, gui_trackbar, ' + LineEnding +
' gui_progressbar, gui_radiobutton, gui_tab, gui_menu,' + LineEnding +
' gui_bevel, gui_popupcalendar, gui_gauge;' + LineEnding + LineEnding +