summaryrefslogtreecommitdiffstats
path: root/apps/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.c')
-rw-r--r--apps/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/talk.c b/apps/talk.c
index 9ea547bb16..a13dd60ec3 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -37,7 +37,7 @@ extern void bitswap(unsigned char *data, int length); /* no header for this */
/***************** Constants *****************/
#define QUEUE_SIZE 50
-const char* dir_thumbnail_name = ".dirname.mp3";
+const char* dir_thumbnail_name = ".dirname.tbx";
/***************** Data types *****************/