summaryrefslogtreecommitdiff
path: root/apps
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 /apps
parent97bdfce5b6174db24fd947feb78ed31b83858e8f (diff)
downloadrockbox-9e05bd352721d0f049fa8929977d58a6085633aa.tar.gz
rockbox-9e05bd352721d0f049fa8929977d58a6085633aa.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 82f1c8fa99..df250843e5 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -485,7 +485,7 @@ static void init(void)
485 if (button_hold()) 485 if (button_hold())
486#endif 486#endif
487 { 487 {
488 gui_syncsplash(HZ*2, ID2P(LANG_RESET_DONE_CLEAR)); 488 gui_syncsplash(HZ*2, str(LANG_RESET_DONE_CLEAR));
489 settings_reset(); 489 settings_reset();
490 } 490 }
491 else 491 else