diff options
author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-10-21 19:07:46 +0000 |
---|---|---|
committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-10-21 19:07:46 +0000 |
commit | 687793ca671686419b1b500880147db84b001ce8 (patch) | |
tree | ff8518d67a79cc6769a161b33846e5d844e3487f /uisimulator | |
parent | 40ae63b4fcf57da3f70e342230ef81cb3b903d4f (diff) | |
download | rockbox-687793ca671686419b1b500880147db84b001ce8.tar.gz rockbox-687793ca671686419b1b500880147db84b001ce8.zip |
oops, dear sims, please excuse
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5318 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/common/stubs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 700188fe2a..e5e8df9312 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -270,7 +270,8 @@ int talk_spell(char* spell, bool enqueue) return 0; } -const char* dir_thumbnail_name = ".dirname.tbx"; +const char* const dir_thumbnail_name = ".dirname.tbx"; +const char* const file_thumbnail_ext = ".talk"; /* FIXME: this shoudn't be a stub, rather the real thing. I'm afraid on Win32/X11 it'll be hard to kill a thread from outside. */ |