diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-04-10 09:04:26 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-04-10 09:04:26 +0000 |
| commit | 99483dee1c4d8bcb6600c8407b4fadc76dab4e91 (patch) | |
| tree | 34ec45bf9efa46cd34315b4601a4f5a81ac5aeb1 /uisimulator/common | |
| parent | 47e0079fab59c1a1b26e22ca82f73abddbb3089b (diff) | |
| download | rockbox-99483dee1c4d8bcb6600c8407b4fadc76dab4e91.zip rockbox-99483dee1c4d8bcb6600c8407b4fadc76dab4e91.tar.gz rockbox-99483dee1c4d8bcb6600c8407b4fadc76dab4e91.tar.bz2 rockbox-99483dee1c4d8bcb6600c8407b4fadc76dab4e91.tar.xz | |
talkbox clip renamed to ".dirname.tbx", most people voted for a non-mp3 extension
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4485 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common')
| -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 0cbc16d..98c574f 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -271,4 +271,4 @@ int talk_spell(char* spell, bool enqueue) return 0; } -const char* dir_thumbnail_name = ".dirname.mp3"; +const char* dir_thumbnail_name = ".dirname.tbx"; |