mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 11:49:15 +01:00
- restored "Default" theme back.
This commit is contained in:
parent
3e46a009da
commit
2d5ed10cfa
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 |
@ -43,7 +43,7 @@ void CMenu::listThemes(const char * path, vector<string> &themes)
|
||||
closedir(d);
|
||||
}
|
||||
if(!def)
|
||||
themes.push_back(_t("def", L"Default").toUTF8());
|
||||
themes.push_back("Default");
|
||||
sort(themes.begin(), themes.end());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user