diff options
| author | Stéphane Doyon <s.doyon@videotron.ca> | 2007-10-21 00:53:28 +0000 |
|---|---|---|
| committer | Stéphane Doyon <s.doyon@videotron.ca> | 2007-10-21 00:53:28 +0000 |
| commit | 7736947b74a4d272e68d7ea84bcbe6f681b723e4 (patch) | |
| tree | 2bfb4f974be2adc81c6be9bd5611ad058be56030 /apps/gui | |
| parent | 4e09b78f8c37cccae61523fbd52588bd06919a28 (diff) | |
| download | rockbox-7736947b74a4d272e68d7ea84bcbe6f681b723e4.zip rockbox-7736947b74a4d272e68d7ea84bcbe6f681b723e4.tar.gz rockbox-7736947b74a4d272e68d7ea84bcbe6f681b723e4.tar.bz2 rockbox-7736947b74a4d272e68d7ea84bcbe6f681b723e4.tar.xz | |
Voice the "Cancelled" splash in option_screen().
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15235 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
| -rw-r--r-- | apps/gui/option_select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c index 6777aeb..2fd36ff 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) |