1
0
Fork 0
forked from len0rd/rockbox

A not so very elegant fix for bug #918063

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4484 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-04-09 22:55:40 +00:00
parent 4760a546cc
commit 47e0079fab
2 changed files with 12 additions and 1 deletions

View file

@ -64,6 +64,10 @@
#define BOOTFILE "archos.mod"
#endif
/* This flag is set by dirbrowse() if a new language is loaded.
It is defined in settings_menu.c */
extern bool language_changed;
/* a table for the know file types */
static struct
{
@ -1179,6 +1183,8 @@ static bool dirbrowse(char *root, int *dirfilter)
talk_init(); /* use voice of same language */
splash(HZ, true, str(LANG_LANGUAGE_LOADED));
restore = true;
language_changed = true;
}
break;