diff --git a/Source/NSBitmapImageRep.m b/Source/NSBitmapImageRep.m index cc54500be..d35f34cf6 100644 --- a/Source/NSBitmapImageRep.m +++ b/Source/NSBitmapImageRep.m @@ -84,8 +84,8 @@ if (wtypes != nil) { types = [wtypes mutableCopy]; - [(NSMutableArray *)types addObject: @"tiff"]; - [(NSMutableArray *)types addObject: @"tif"]; + [(NSMutableArray *)types insertObject: @"tiff" atIndex: 0]; + [(NSMutableArray *)types insertObject: @"tif" atIndex: 1]; } else {