summaryrefslogtreecommitdiff
path: root/apps/filetypes.c
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-08-06 13:08:36 +0000
committerNils Wallménius <nils@rockbox.org>2007-08-06 13:08:36 +0000
commit5b76936a44de3c7ecd568300f26b5e6421901285 (patch)
tree504d9cf371d8f64c70a7bb40469a3a6f05a1b7cd /apps/filetypes.c
parentd755c283caef258ae5d81278d324f907fcf402c8 (diff)
downloadrockbox-5b76936a44de3c7ecd568300f26b5e6421901285.tar.gz
rockbox-5b76936a44de3c7ecd568300f26b5e6421901285.zip
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
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r--apps/filetypes.c2
1 files changed, 1 insertions, 1 deletions
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)
300 { 300 {
301 if (filetype_count >= MAX_FILETYPES) 301 if (filetype_count >= MAX_FILETYPES)
302 { 302 {
303 gui_syncsplash(HZ, str(LANG_FILETYPES_FULL)); 303 gui_syncsplash(HZ, ID2P(LANG_FILETYPES_FULL));
304 break; 304 break;
305 } 305 }
306 rm_whitespaces(line); 306 rm_whitespaces(line);