summaryrefslogtreecommitdiff
path: root/examples/gui/alignment
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-07-10 11:38:02 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-07-10 11:38:02 +0000
commit2152494033a86434aa9e03bf34d5510d5f2ff78e (patch)
treec3ca89dbbbba2c3fafdab0d3a658189d9081edaf /examples/gui/alignment
parent9b3c75ef0f5be9c6506e901d6bd8c8783846c2ac (diff)
downloadfpGUI-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/alignment')
-rw-r--r--examples/gui/alignment/aligntest.lpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/alignment/aligntest.lpr b/examples/gui/alignment/aligntest.lpr
index 8fe9cec9..a13b5ffd 100644
--- a/examples/gui/alignment/aligntest.lpr
+++ b/examples/gui/alignment/aligntest.lpr
@@ -4,7 +4,7 @@ program aligntest;
uses
Classes, SysUtils,
- fpgfx, gfxbase, gfx_widget, gui_form, gui_label, fpgui_toolkit;
+ fpgfx, gfxbase, gfx_widget, gui_form, gui_label;
type
TMainForm = class(TfpgForm)