summaryrefslogtreecommitdiff
path: root/gfx/gdi/gfxinterface.pas
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gdi/gfxinterface.pas')
-rw-r--r--gfx/gdi/gfxinterface.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/gdi/gfxinterface.pas b/gfx/gdi/gfxinterface.pas
index 976160b7..938bab79 100644
--- a/gfx/gdi/gfxinterface.pas
+++ b/gfx/gdi/gfxinterface.pas
@@ -3,7 +3,7 @@
GFXInterface - Default target selection unit for Windows GDI target
- Copyright (C) 2000 - 2006 See the file AUTHORS, included in this
+ Copyright (C) 2000 - 2006 See the file AUTHORS.txt, included in this
distribution, for details of the copyright.
See the file COPYING.modifiedLGPL, included in this distribution,
@@ -25,7 +25,7 @@ type
TDefCanvas = TGDICanvas;
- TDefImage = TGDIImage;
+ TDefBitmap = TGDIBitmap;
TDefScreen = TGDIScreen;