From b542879b49cb99ca8762e02f4e353cca6ec75eb6 Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Sat, 4 Sep 2010 16:28:08 +0000 Subject: [PATCH] Fixes the name of the ICNS format git-svn-id: trunk@27267 - --- lcl/icnstypes.pas | 2 +- lcl/lclstrconsts.pas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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';