1
0
Fork 0
forked from len0rd/rockbox

Wrong filename for directory voice files in the simulator

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5620 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-01-20 22:32:09 +00:00
parent cacc37d2e0
commit cdd236c036

View file

@ -274,7 +274,7 @@ int talk_spell(char* spell, bool enqueue)
return 0;
}
const char* const dir_thumbnail_name = ".dirname.tbx";
const char* const dir_thumbnail_name = "_dirname.talk";
const char* const file_thumbnail_ext = ".talk";
/* FIXME: this shoudn't be a stub, rather the real thing.