- only change page 2 text when selecting a different language.

This commit is contained in:
Fledge68 2022-09-08 16:39:25 -05:00
parent f11fe23f16
commit 3da96c7737
2 changed files with 9 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 MiB

After

Width:  |  Height:  |  Size: 4.4 MiB

View File

@ -558,7 +558,15 @@ void CMenu::_configMain(void)
else
m_cfg.setString("GENERAL", "language", m_curLanguage.c_str());
_updateText();
_showConfigMain();
m_btnMgr.setText(m_configLbl1, _t("cfga7", L"Theme"));
m_btnMgr.setText(m_configLbl2, _t("cfgc9", L"WiiFlow Language"));
m_btnMgr.setText(m_configLbl3, _t("cfgc4", L"Adjust Coverflow"));
m_btnMgr.setText(m_configLbl4, _t("cfgc8", L"Startup Settings"));
m_btnMgr.setText(m_configLbl1Val, m_cfg.getString("GENERAL", "theme"));
m_btnMgr.setText(m_configLbl2Val, m_curLanguage);
m_btnMgr.setText(m_configBtn3, _t("cfgc5", L"Go"));
m_btnMgr.setText(m_configBtn4, _t("cfgc5", L"Go"));
}
else if(m_btnMgr.selected(m_configBtn3))
{