diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-02-18 22:51:44 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-02-18 22:51:44 +0000 |
commit | 1412d579cee890318673beace9f707a50ded65e6 (patch) | |
tree | d65ceefe0a75e35ff9470083267bb4b717d16072 /src/corelib/x11 | |
parent | 43a7485a26c632820262c2856ae10054986e8ada (diff) | |
download | fpGUI-1412d579cee890318673beace9f707a50ded65e6.tar.xz |
* Added a new gfx_constants unit which will be used as the start of localization in fpGUI.
* I created some basic language include files, but I'm not sure what is the best way to go ahead yet.
Diffstat (limited to 'src/corelib/x11')
-rw-r--r-- | src/corelib/x11/fpgfx_package.lpk | 6 | ||||
-rw-r--r-- | src/corelib/x11/fpgfx_package.pas | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/corelib/x11/fpgfx_package.lpk b/src/corelib/x11/fpgfx_package.lpk index acc7c9ee..764f5f49 100644 --- a/src/corelib/x11/fpgfx_package.lpk +++ b/src/corelib/x11/fpgfx_package.lpk @@ -24,7 +24,7 @@ <License Value="Modified LGPL "/> <Version Minor="6"/> - <Files Count="17"> + <Files Count="18"> <Item1> <Filename Value="x11_xft.pas"/> <UnitName Value="x11_xft"/> @@ -93,6 +93,10 @@ <Filename Value="../gfx_imagelist.pas"/> <UnitName Value="gfx_imagelist"/> </Item17> + <Item18> + <Filename Value="../gfx_constants.pas"/> + <UnitName Value="gfx_constants"/> + </Item18> </Files> <LazDoc Paths="../../../docs/xml/corelib/;../../../docs/xml/corelib/x11/;../../../docs/xml/corelib/gdi/"/> <RequiredPkgs Count="1"> diff --git a/src/corelib/x11/fpgfx_package.pas b/src/corelib/x11/fpgfx_package.pas index ee7e9a84..e0827831 100644 --- a/src/corelib/x11/fpgfx_package.pas +++ b/src/corelib/x11/fpgfx_package.pas @@ -10,7 +10,7 @@ uses x11_xft, x11_keyconv, gfxbase, gfx_x11, fpgfx, gfx_stdimages, gfx_imgfmt_bmp, gfx_widget, gfx_UTF8utils, gfx_extinterpolation, gfx_cmdlineparams, gfx_utils, gfx_popupwindow, gfx_impl, gfx_command_intf, gfx_wuline, - gfx_imagelist; + gfx_imagelist, gfx_constants; implementation |