diff --git a/lcl/icnstypes.pas b/lcl/icnstypes.pas index be4963ed7e..db094d2f0d 100644 --- a/lcl/icnstypes.pas +++ b/lcl/icnstypes.pas @@ -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; diff --git a/lcl/lclstrconsts.pas b/lcl/lclstrconsts.pas index da7d184c99..dd0eadc470 100644 --- a/lcl/lclstrconsts.pas +++ b/lcl/lclstrconsts.pas @@ -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';