mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-12 03:49:08 +01:00
-changed small thing about the help file reading
-WOW r300 already
This commit is contained in:
parent
7e4ca9a773
commit
1e0cc275d8
@ -126,7 +126,7 @@ void CMenu::_textAbout(void)
|
||||
m_btnMgr.setText(m_aboutBtnSystem, _t("sys4", L"Update"));
|
||||
m_btnMgr.setText(m_aboutLblTitle, wfmt(_fmt("appname", L"%s (%s-r%s)"), APP_NAME, APP_VERSION, SVN_REV), false);
|
||||
|
||||
char * help =(char *)MEM2_alloc(4096);
|
||||
char *help = (char*)calloc(4096, sizeof(char));
|
||||
FILE * f = fopen(sfmt("%s/%s.txt", m_helpDir.c_str(), m_curLanguage.c_str()).c_str(), "r");
|
||||
if (f == NULL)
|
||||
f = fopen(sfmt("%s/english.txt", m_helpDir.c_str()).c_str(), "r");
|
||||
|
Loading…
x
Reference in New Issue
Block a user