diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-07-10 11:38:02 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-07-10 11:38:02 +0000 |
commit | 2152494033a86434aa9e03bf34d5510d5f2ff78e (patch) | |
tree | c3ca89dbbbba2c3fafdab0d3a658189d9081edaf /examples/gui/listbox | |
parent | 9b3c75ef0f5be9c6506e901d6bd8c8783846c2ac (diff) | |
download | fpGUI-2152494033a86434aa9e03bf34d5510d5f2ff78e.tar.xz |
* Removed the annoying unit that Lazarus IDE keeps adding to the examples.
* Updated the build scripts to compile the new package unit.
Diffstat (limited to 'examples/gui/listbox')
-rw-r--r-- | examples/gui/listbox/listboxtest.lpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/listbox/listboxtest.lpr b/examples/gui/listbox/listboxtest.lpr index 9a7dd7c8..f36e2ed8 100644 --- a/examples/gui/listbox/listboxtest.lpr +++ b/examples/gui/listbox/listboxtest.lpr @@ -6,7 +6,7 @@ uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} - Classes, fpgfx, frm_main, fpgui_toolkit; + Classes, fpgfx, frm_main; procedure MainProc; var |