Rename "Display layout editor" to "Display Layout && Effects"
This commit is contained in:
parent
2e0feb4efe
commit
a87cf02dbf
46 changed files with 94 additions and 94 deletions
|
@ -326,7 +326,7 @@ void GamePauseScreen::CreateViews() {
|
|||
rightColumnItems->Add(new Choice(pa->T("Settings")))->OnClick.Handle(this, &GamePauseScreen::OnGameSettings);
|
||||
rightColumnItems->Add(new Choice(pa->T("Create Game Config")))->OnClick.Handle(this, &GamePauseScreen::OnCreateConfig);
|
||||
}
|
||||
UI::Choice *displayEditor_ = rightColumnItems->Add(new Choice(gr->T("Display layout editor")));
|
||||
UI::Choice *displayEditor_ = rightColumnItems->Add(new Choice(gr->T("Display Layout && Effects")));
|
||||
displayEditor_->OnClick.Add([&](UI::EventParams &) -> UI::EventReturn {
|
||||
screenManager()->push(new DisplayLayoutScreen(gamePath_));
|
||||
return UI::EVENT_DONE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue