Fix FrontEnd options screen

This commit is contained in:
Phillip Stephens 2020-04-16 03:35:51 -07:00
parent 9365c35000
commit be45be9d67
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D
1 changed files with 1 additions and 1 deletions

View File

@ -1657,7 +1657,7 @@ void CFrontEndUI::SOptionsFrontEndFrame::FinishedLoading() {
for (int i = 0; i < 4; ++i) {
const std::string name = fmt::format(FMT_STRING("textpane_filename{}"), i);
FindTextPanePair(x1c_loadedFrame, name)
.SetPairText(x20_loadedPauseStrg->GetString((g_Main->IsUSA() && !g_Main->IsTrilogy()) ? 16 : 18 + i));
.SetPairText(x20_loadedPauseStrg->GetString((g_Main->IsUSA() && !g_Main->IsTrilogy() ? 16 : 18) + i));
}
x2c_tablegroup_double->SetVertical(false);