From 9e05bd352721d0f049fa8929977d58a6085633aa Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Fri, 10 Aug 2007 08:40:26 +0000 Subject: 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 --- apps/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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) 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 -- cgit v1.2.3