diff options
author | michael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2015-12-31 15:24:31 +0000 |
---|---|---|
committer | michael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2015-12-31 15:24:31 +0000 |
commit | 9613daf533fca7fd2dce402fe40e8fb1c572d0e2 (patch) | |
tree | 5b1423dac844c9fd494083a54c0335fa2c45b39d /packages | |
parent | c9a5c6434118bd26611f8f060dbfb9610046f34c (diff) | |
download | fpc-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')
-rw-r--r-- | packages/fcl-image/src/fpwritepng.pp | 2 |
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. |