summaryrefslogtreecommitdiff
path: root/packages/fcl-image
diff options
context:
space:
mode:
authormichael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-12-31 15:24:31 +0000
committermichael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-12-31 15:24:31 +0000
commit9613daf533fca7fd2dce402fe40e8fb1c572d0e2 (patch)
tree5b1423dac844c9fd494083a54c0335fa2c45b39d /packages/fcl-image
parentc9a5c6434118bd26611f8f060dbfb9610046f34c (diff)
downloadfpc-9613daf533fca7fd2dce402fe40e8fb1c572d0e2.tar.gz
* XPM -> PNG
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@32813 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fcl-image')
-rw-r--r--packages/fcl-image/src/fpwritepng.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fcl-image/src/fpwritepng.pp b/packages/fcl-image/src/fpwritepng.pp
index 623417ee66..926a60e903 100644
--- a/packages/fcl-image/src/fpwritepng.pp
+++ b/packages/fcl-image/src/fpwritepng.pp
@@ -2,7 +2,7 @@
This file is part of the Free Pascal run time library.
Copyright (c) 2003 by the Free Pascal development team
- XPM writer class.
+ PNG writer class.
See the file COPYING.FPC, included in this distribution,
for details about the copyright.