From 5b76936a44de3c7ecd568300f26b5e6421901285 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Mon, 6 Aug 2007 13:08:36 +0000 Subject: 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 --- apps/filetypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/filetypes.c') diff --git a/apps/filetypes.c b/apps/filetypes.c index 059589db89..7590b1b3e7 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -300,7 +300,7 @@ static void read_config(char* config_file) { if (filetype_count >= MAX_FILETYPES) { - gui_syncsplash(HZ, str(LANG_FILETYPES_FULL)); + gui_syncsplash(HZ, ID2P(LANG_FILETYPES_FULL)); break; } rm_whitespaces(line); -- cgit v1.2.3