mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 05:36:10 +02:00
Fixes the name of the ICNS format
git-svn-id: trunk@27267 -
This commit is contained in:
parent
2739344796
commit
b542879b49
@ -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;
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user