Fixes the name of the ICNS format

git-svn-id: trunk@27267 -
This commit is contained in:
sekelsenmat 2010-09-04 16:28:08 +00:00
parent 2739344796
commit b542879b49
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
Author: Paul Ishenin
Abstract:
Types, consts and functions we need to read MAC osx icon resource files - icns
Types, consts and functions we need to read Mac OS X icon resource files - icns
Most defines present here were taken from univint package of fpc
}
unit IcnsTypes;

View File

@ -265,7 +265,7 @@ resourceString
rsPortableGrayMap = 'Portable GrayMap';
rsPortablePixmap = 'Portable PixMap';
rsIcon = 'Icon';
rsIcns = 'OSX Icon Resource';
rsIcns = 'Mac OS X Icon';
rsCursor = 'Cursor';
rsJpeg = 'Joint Picture Expert Group';
rsTiff = 'Tagged Image File Format';