diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-07-28 10:28:24 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-07-28 10:28:24 +0000 |
commit | e1559759b46a8c9d24fcd369ede78ad15bab41dd (patch) | |
tree | f204c3d669510e6b7ee10a832bc99d342a17d708 /prototypes/fpgui2 | |
parent | 04e19e0782cfe87069a5af4b87f2336afb07be02 (diff) | |
download | fpGUI-e1559759b46a8c9d24fcd369ede78ad15bab41dd.tar.xz |
* Applied the updated images from Vladimir to better support alternative color backgrounds.
* Added filegrid images for future use.
* Updated the stdimages.inc file with the new image data.
Diffstat (limited to 'prototypes/fpgui2')
-rw-r--r-- | prototypes/fpgui2/tests/threedee.lpi | 2 | ||||
-rw-r--r-- | prototypes/fpgui2/tests/threedee.lpr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/prototypes/fpgui2/tests/threedee.lpi b/prototypes/fpgui2/tests/threedee.lpi index 6a613a8c..c0669034 100644 --- a/prototypes/fpgui2/tests/threedee.lpi +++ b/prototypes/fpgui2/tests/threedee.lpi @@ -30,7 +30,7 @@ </RunParams> <RequiredPackages Count="1"> <Item1> - <PackageName Value="fpgui_package"/> + <PackageName Value="fpgui_toolkit"/> </Item1> </RequiredPackages> <Units Count="2"> diff --git a/prototypes/fpgui2/tests/threedee.lpr b/prototypes/fpgui2/tests/threedee.lpr index 3d88fc82..83766c7b 100644 --- a/prototypes/fpgui2/tests/threedee.lpr +++ b/prototypes/fpgui2/tests/threedee.lpr @@ -11,7 +11,7 @@ uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} - Classes, fpgfx, frm_threedee; + Classes, fpgfx, frm_threedee, fpgui_toolkit; procedure MainProc; |