mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
- only change page 2 text when selecting a different language.
This commit is contained in:
parent
f11fe23f16
commit
3da96c7737
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 4.4 MiB After Width: | Height: | Size: 4.4 MiB |
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user