- compile fixes
This commit is contained in:
parent
2e850bd2a1
commit
9b950c7d2f
4 changed files with 5 additions and 6 deletions
|
|
@ -63,11 +63,11 @@ int PlayGamePage::GetSelectedGame()
|
|||
|
||||
void PlayGamePage::UpdateLanguage()
|
||||
{
|
||||
SelectLabel->SetText(GStrings("PICKER_SELECT"));
|
||||
SelectLabel->SetText(GStrings.GetString("PICKER_SELECT"));
|
||||
#if defined(EXTRAARGS)
|
||||
ParametersLabel->SetText(GStrings("PICKER_ADDPARM"));
|
||||
ParametersLabel->SetText(GStrings.GetString("PICKER_ADDPARM"));
|
||||
#endif
|
||||
FString welcomeText = GStrings("PICKER_WELCOME");
|
||||
FString welcomeText = GStrings.GetString("PICKER_WELCOME");
|
||||
welcomeText.Substitute("%s", GAMENAME);
|
||||
WelcomeLabel->SetText(welcomeText.GetChars());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue