Corrected inconsistently named constants in definition not just usage.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26834 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2008-09-06 21:30:50 +00:00
parent c4b107b4c4
commit 5b04e85e90
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-09-06 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSBitmapImageRep+ICNS.m: Change the incosistently named
constants not only in the usage but also in the definition.
2008-09-03 21:13-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* Source/NSBitmapImageRep+ICNS.m: Correct minor issue with constant name.

View file

@ -107,7 +107,7 @@ static icns_type_t ICNS_32x32_32BIT_DATA = {{'i', 'l', '3', '2'}};
static icns_type_t ICNS_48x48_32BIT_DATA = {{'i', 'h', '3', '2'}};
// it32 0x69743332
static icns_type_t ICNS_128x128_32BIT_DATA = {{'i', 't', '3', '2'}};
static icns_type_t ICNS_128X128_32BIT_DATA = {{'i', 't', '3', '2'}};
// s8mk 0x73386d6b
static icns_type_t ICNS_16x16_8BIT_MASK = {{'s', '8', 'm', 'k'}};
@ -119,7 +119,7 @@ static icns_type_t ICNS_32x32_8BIT_MASK = {{'l', '8', 'm', 'k'}};
static icns_type_t ICNS_48x48_8BIT_MASK = {{'h', '8', 'm', 'k'}};
// t8mk 0x74386d6b
static icns_type_t ICNS_128x128_8BIT_MASK = {{'t', '8', 'm', 'k'}};
static icns_type_t ICNS_128X128_8BIT_MASK = {{'t', '8', 'm', 'k'}};
static icns_type_t ICNS_FAMILY_TYPE = {{'i','c','n','s'}};