mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-12-24 19:01:56 +01:00
-added missing fromUTF8 in help file reading, fixes display
problems in languages like french
This commit is contained in:
parent
04a2542ed6
commit
cc0d304f18
@ -145,7 +145,8 @@ void CMenu::_textAbout(void)
|
||||
fclose(f);
|
||||
}
|
||||
|
||||
wstringEx help_text(help);
|
||||
wstringEx help_text;
|
||||
help_text.fromUTF8(help);
|
||||
|
||||
wstringEx developers(wfmt(_fmt("about6", L"\nCurrent Developers:\n%s"), DEVELOPERS));
|
||||
wstringEx pDevelopers(wfmt(_fmt("about7", L"Past Developers:\n%s"), PAST_DEVELOPERS));
|
||||
|
Loading…
Reference in New Issue
Block a user