diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-04-29 09:58:19 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-04-29 09:58:19 +0200 |
commit | 8c67847e50cb1b2f9fd5ffdc59f2309ab05bd4a5 (patch) | |
tree | df8cf396bd762a52a51a36feaece7d82c7d5ee6f /src/corelib/x11 | |
parent | 9d3499d7fd0c88fe161b4484ec7f6685b8a934a8 (diff) | |
download | fpGUI-8c67847e50cb1b2f9fd5ffdc59f2309ab05bd4a5.tar.xz |
New "Select Color" dialog added to fpGUI.
Not 100% complete yet, but the first tab is working.
Diffstat (limited to 'src/corelib/x11')
-rw-r--r-- | src/corelib/x11/fpgui_toolkit.lpk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/corelib/x11/fpgui_toolkit.lpk b/src/corelib/x11/fpgui_toolkit.lpk index 9f5476d3..5f26eaaf 100644 --- a/src/corelib/x11/fpgui_toolkit.lpk +++ b/src/corelib/x11/fpgui_toolkit.lpk @@ -32,7 +32,7 @@ <License Value="LGPL 2 with static linking exception. "/> <Version Minor="7"/> - <Files Count="79"> + <Files Count="80"> <Item1> <Filename Value="../stdimages.inc"/> <Type Value="Include"/> @@ -349,6 +349,10 @@ <Filename Value="../../gui/fpg_editbtn.pas"/> <UnitName Value="fpg_editbtn"/> </Item79> + <Item80> + <Filename Value="../../gui/colordialog.inc"/> + <Type Value="Include"/> + </Item80> </Files> <LazDoc Paths="../../../docs/xml/corelib/;../../../docs/xml/corelib/x11/;../../../docs/xml/corelib/gdi/;../../../docs/xml/gui/"/> <RequiredPkgs Count="1"> |