diff options
Diffstat (limited to 'macosx/PcsxrMemCardController.m')
| -rwxr-xr-x | macosx/PcsxrMemCardController.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/PcsxrMemCardController.m b/macosx/PcsxrMemCardController.m index ab3c0a2d..0620fbf4 100755 --- a/macosx/PcsxrMemCardController.m +++ b/macosx/PcsxrMemCardController.m @@ -42,7 +42,7 @@ fullPath = [[def URLForKey:@"Mcd1"] path]; fileName = [fm displayNameAtPath:fullPath]; - [[memCard1Label cell] setTitle:fileName]; + [memCard1Label setStringValue:fileName]; [memCard1Label setToolTip:fullPath]; [self loadMemoryCardInfoForCard:1]; @@ -52,7 +52,7 @@ fullPath = [[def URLForKey:@"Mcd2"] path]; fileName = [fm displayNameAtPath:fullPath]; - [[memCard2Label cell] setTitle:fileName]; + [memCard2Label setStringValue:fileName]; [memCard2Label setToolTip:fullPath]; [self loadMemoryCardInfoForCard:2]; |
