summaryrefslogtreecommitdiff
path: root/src/corelib/gdi
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-02-18 22:51:44 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-02-18 22:51:44 +0000
commit1412d579cee890318673beace9f707a50ded65e6 (patch)
treed65ceefe0a75e35ff9470083267bb4b717d16072 /src/corelib/gdi
parent43a7485a26c632820262c2856ae10054986e8ada (diff)
downloadfpGUI-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/gdi')
-rw-r--r--src/corelib/gdi/fpgfx_package.lpk6
-rw-r--r--src/corelib/gdi/fpgfx_package.pas3
2 files changed, 7 insertions, 2 deletions
diff --git a/src/corelib/gdi/fpgfx_package.lpk b/src/corelib/gdi/fpgfx_package.lpk
index 0f1b2b55..0cd8079a 100644
--- a/src/corelib/gdi/fpgfx_package.lpk
+++ b/src/corelib/gdi/fpgfx_package.lpk
@@ -26,7 +26,7 @@
<License Value="Modified LGPL
"/>
<Version Minor="6"/>
- <Files Count="15">
+ <Files Count="16">
<Item1>
<Filename Value="..\gfxbase.pas"/>
<UnitName Value="gfxbase"/>
@@ -87,6 +87,10 @@
<Filename Value="..\gfx_imagelist.pas"/>
<UnitName Value="gfx_imagelist"/>
</Item15>
+ <Item16>
+ <Filename Value="..\gfx_constants.pas"/>
+ <UnitName Value="gfx_constants"/>
+ </Item16>
</Files>
<RequiredPkgs Count="1">
<Item1>
diff --git a/src/corelib/gdi/fpgfx_package.pas b/src/corelib/gdi/fpgfx_package.pas
index e0a49cb4..12c6944c 100644
--- a/src/corelib/gdi/fpgfx_package.pas
+++ b/src/corelib/gdi/fpgfx_package.pas
@@ -9,7 +9,8 @@ interface
uses
gfxbase, fpgfx, gfx_gdi, 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_popupwindow, gfx_impl, gfx_command_intf, gfx_wuline, gfx_imagelist,
+ gfx_constants;
implementation