From 7736947b74a4d272e68d7ea84bcbe6f681b723e4 Mon Sep 17 00:00:00 2001 From: Stéphane Doyon Date: Sun, 21 Oct 2007 00:53:28 +0000 Subject: Voice the "Cancelled" splash in option_screen(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15235 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/option_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/option_select.c') diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c index 6777aeb769..2fd36ff0dc 100644 --- a/apps/gui/option_select.c +++ b/apps/gui/option_select.c @@ -436,7 +436,7 @@ bool option_screen(struct settings_list *setting, } } if (show_cancel) - gui_syncsplash(HZ/2, str(LANG_CANCEL)); + gui_syncsplash(HZ/2, ID2P(LANG_CANCEL)); done = true; } else if (action == ACTION_STD_OK) -- cgit v1.2.3