diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-01-20 22:32:09 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-01-20 22:32:09 +0000 |
commit | cdd236c0369a57a19564b6cbc6085e8f616188f3 (patch) | |
tree | f7e6c5ac80edb6e595af2e53fb0014f331f01585 | |
parent | cacc37d2e0c1daf8dfa94faa366b859827354be0 (diff) |
Wrong filename for directory voice files in the simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5620 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | uisimulator/common/stubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index caf9dbc3be..c43fb5f1f2 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -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. |