summaryrefslogtreecommitdiff
path: root/src/corelib/gdi
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-03-01 20:51:40 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-03-01 20:51:40 +0000
commit529bd6b7079fac487f310e3f88bd37581df1ccbf (patch)
treea3f94aa2f0c9f9ff5be33889c9ae2b61395862db /src/corelib/gdi
parentc8d74f5c2a1523409429ea72938d072f168d149d (diff)
downloadfpGUI-529bd6b7079fac487f310e3f88bd37581df1ccbf.tar.xz
* Updated translation files with new resource string constant.
* Added a new unit gfx_stringhashlist which is used in gfx_pofiles * Fixed a bug in gfx_pofiles unit so that translation lookups can be done via the resourcestring constants. This is required if the default fpGUI language is changed at compile time. * Completed the Afrikaans translation.
Diffstat (limited to 'src/corelib/gdi')
-rw-r--r--src/corelib/gdi/fpgfx_package.lpk6
-rw-r--r--src/corelib/gdi/fpgfx_package.pas2
2 files changed, 6 insertions, 2 deletions
diff --git a/src/corelib/gdi/fpgfx_package.lpk b/src/corelib/gdi/fpgfx_package.lpk
index afac8510..c3807141 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" Release="1"/>
- <Files Count="18">
+ <Files Count="19">
<Item1>
<Filename Value="..\gfxbase.pas"/>
<UnitName Value="gfxbase"/>
@@ -99,6 +99,10 @@
<Filename Value="..\gfx_translations.pas"/>
<UnitName Value="gfx_translations"/>
</Item18>
+ <Item19>
+ <Filename Value="..\gfx_stringhashlist.pas"/>
+ <UnitName Value="gfx_stringhashlist"/>
+ </Item19>
</Files>
<RequiredPkgs Count="1">
<Item1>
diff --git a/src/corelib/gdi/fpgfx_package.pas b/src/corelib/gdi/fpgfx_package.pas
index 0753d2ee..8751d325 100644
--- a/src/corelib/gdi/fpgfx_package.pas
+++ b/src/corelib/gdi/fpgfx_package.pas
@@ -10,7 +10,7 @@ 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_constants, gfx_pofiles, gfx_translations;
+ gfx_constants, gfx_pofiles, gfx_translations, gfx_stringhashlist;
implementation