diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-28 16:51:41 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-28 16:51:41 +0000 |
| commit | d1f289eed65ab08f6f1f8b4dff61ec50f887c1c4 (patch) | |
| tree | fdbd354a54b266db985f760f2f1da73e559e5f14 /macosx/PcsxrDiscHandler.m | |
| parent | ad3d06b4b9b54d3d9eab71bde58be7b0e1a7c4ff (diff) | |
| download | pcsxr-d1f289eed65ab08f6f1f8b4dff61ec50f887c1c4.tar.gz | |
Changing the cue UTI to com.goldenhawk.cdrwin-cuesheet from Boxer.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73837 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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 |
