summaryrefslogtreecommitdiff
path: root/uisimulator/common
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common')
-rw-r--r--uisimulator/common/stubs.c2
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)
274 return 0; 274 return 0;
275} 275}
276 276
277const char* const dir_thumbnail_name = ".dirname.tbx"; 277const char* const dir_thumbnail_name = "_dirname.talk";
278const char* const file_thumbnail_ext = ".talk"; 278const char* const file_thumbnail_ext = ".talk";
279 279
280/* FIXME: this shoudn't be a stub, rather the real thing. 280/* FIXME: this shoudn't be a stub, rather the real thing.