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:
parent
cacc37d2e0
commit
cdd236c036
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ int talk_spell(char* spell, bool enqueue)
|
||||||
return 0;
|
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";
|
const char* const file_thumbnail_ext = ".talk";
|
||||||
|
|
||||||
/* FIXME: this shoudn't be a stub, rather the real thing.
|
/* FIXME: this shoudn't be a stub, rather the real thing.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue