summaryrefslogtreecommitdiff
path: root/gfx/x11/gfx_x11.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@users.sourceforge.net>2006-12-07 13:43:20 +0000
committerGraeme Geldenhuys <graemeg@users.sourceforge.net>2006-12-07 13:43:20 +0000
commitdbbb9e0d3ea19cef11f6442a11c80b065ec6db4d (patch)
treecac48bf2782ff77034aeed2e70e8f62608407f80 /gfx/x11/gfx_x11.pas
parente0e8f2f27bda5fff5c226ae142b6cc48bfe81d1f (diff)
downloadfpGUI-dbbb9e0d3ea19cef11f6442a11c80b065ec6db4d.tar.xz
Removed some compiler warnings and deleted the old gui/applications.inc unit.
Diffstat (limited to 'gfx/x11/gfx_x11.pas')
-rw-r--r--gfx/x11/gfx_x11.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/x11/gfx_x11.pas b/gfx/x11/gfx_x11.pas
index 0c07f81e..2755c92a 100644
--- a/gfx/x11/gfx_x11.pas
+++ b/gfx/x11/gfx_x11.pas
@@ -256,7 +256,7 @@ function GetXEventName(Event: LongInt): String;
implementation
uses
- GELImage, fpgfx;
+ GELImage, fpGFX;
resourcestring
SFontCreationFailed = 'Could not create font with descriptor "%s"';