GetMetric -> GetString
This commit is contained in:
@@ -63,7 +63,7 @@ namespace
|
||||
else
|
||||
return RString();
|
||||
|
||||
case MemoryCardState_Error: return THEME->GetMetric( "ScreenSystemLayer", "CreditsCard" + MEMCARDMAN->GetCardError(pn) );
|
||||
case MemoryCardState_Error: return THEME->GetString( "ScreenSystemLayer", "CreditsCard" + MEMCARDMAN->GetCardError(pn) );
|
||||
case MemoryCardState_TooLate: return CREDITS_CARD_TOO_LATE.GetValue();
|
||||
case MemoryCardState_Checking: return CREDITS_CARD_CHECKING.GetValue();
|
||||
case MemoryCardState_Removed: return CREDITS_CARD_REMOVED.GetValue();
|
||||
|
||||
Reference in New Issue
Block a user