mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:20:38 +00:00
In [imageUnfilteredFileTypes] add the tiff entries always to the
front of the list. As the standard GNUstep images are in this format, this will speed up image loading. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16200 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ec5f9bafe8
commit
6f303709e5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue