1
0
Fork 0
forked from len0rd/rockbox

Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by Stephane Doyon with some minor tweaks by me. Rerun 'configure' and do a 'make clean' before rebuilding your voice files.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14213 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2007-08-06 13:08:36 +00:00
parent d755c283ca
commit 5b76936a44
24 changed files with 411 additions and 171 deletions

View file

@ -537,7 +537,7 @@ int plugin_load(const char* plugin, void* parameter)
plugin_loaded = false;
}
gui_syncsplash(0, str(LANG_WAIT));
gui_syncsplash(0, ID2P(LANG_WAIT));
strcpy(current_plugin,p);
#ifdef SIMULATOR