diff options
Diffstat (limited to 'macosx/PcsxrDiscHandler.m')
| -rw-r--r-- | macosx/PcsxrDiscHandler.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrDiscHandler.m b/macosx/PcsxrDiscHandler.m index 891acc6c..87031435 100644 --- a/macosx/PcsxrDiscHandler.m +++ b/macosx/PcsxrDiscHandler.m @@ -15,7 +15,7 @@ + (NSArray *)supportedUTIs { - return [NSArray arrayWithObjects:@"com.alcohol-soft.mdfdisc", @"com.codeplex.pcsxr.cuefile", @"com.apple.disk-image-ndif", @"public.iso-image", nil]; + return [NSArray arrayWithObjects:@"com.alcohol-soft.mdfdisc", @"com.goldenhawk.cdrwin-cuesheet", @"com.apple.disk-image-ndif", @"public.iso-image", nil]; } - (BOOL)handleFile:(NSString *)theFile |
