summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-08-10 08:40:26 +0000
committerNils Wallménius <nils@rockbox.org>2007-08-10 08:40:26 +0000
commit9e05bd352721d0f049fa8929977d58a6085633aa (patch)
treeb7e6289ffb0b16568ed87c6766d625103883e22f
parent97bdfce5b6174db24fd947feb78ed31b83858e8f (diff)
downloadrockbox-9e05bd352721d0f049fa8929977d58a6085633aa.zip
rockbox-9e05bd352721d0f049fa8929977d58a6085633aa.tar.gz
rockbox-9e05bd352721d0f049fa8929977d58a6085633aa.tar.bz2
rockbox-9e05bd352721d0f049fa8929977d58a6085633aa.tar.xz
It is bad to try to speak before we call talk_init()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14265 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 82f1c8f..df25084 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -485,7 +485,7 @@ static void init(void)
if (button_hold())
#endif
{
- gui_syncsplash(HZ*2, ID2P(LANG_RESET_DONE_CLEAR));
+ gui_syncsplash(HZ*2, str(LANG_RESET_DONE_CLEAR));
settings_reset();
}
else