mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
more image files are allowed now
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@7905 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
696429d464
commit
f353be74cb
1 changed files with 2 additions and 1 deletions
|
@ -484,7 +484,8 @@
|
|||
return [NSArray arrayWithObjects:@"subproj",nil];
|
||||
}
|
||||
else if ([key isEqualToString:PCImages]) {
|
||||
return [NSArray arrayWithObjects:@"tiff",@"TIFF",@"jpg",@"JPG",@"jpeg",@"JPEG",@"bmp",@"BMP",nil];
|
||||
return [NSImage imageFileTypes];
|
||||
//return [NSArray arrayWithObjects:@"tiff",@"TIFF",@"jpg",@"JPG",@"jpeg",@"JPEG",@"bmp",@"BMP",nil];
|
||||
}
|
||||
|
||||
return nil;
|
||||
|
|
Loading…
Reference in a new issue