diff options
Diffstat (limited to 'macosx/PcsxrMemCardHandler.m')
| -rw-r--r-- | macosx/PcsxrMemCardHandler.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/PcsxrMemCardHandler.m b/macosx/PcsxrMemCardHandler.m index 7998cdda..b8d3cdd9 100644 --- a/macosx/PcsxrMemCardHandler.m +++ b/macosx/PcsxrMemCardHandler.m @@ -11,7 +11,7 @@ @implementation PcsxrMemCardHandler -+ (NSArray *)utisCanHandle ++ (NSArray *)supportedUTIs { return [NSArray arrayWithObject:@"com.codeplex.pcsxr.memcard"]; } @@ -28,7 +28,7 @@ - (id)init { - self = [super initWithWindowNibName:@"PcsxrMemCardDocument"]; + self = [self initWithWindowNibName:@"PcsxrMemCardDocument"]; return self; } |
