summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorStéphane Doyon <s.doyon@videotron.ca>2007-10-21 00:53:28 +0000
committerStéphane Doyon <s.doyon@videotron.ca>2007-10-21 00:53:28 +0000
commit7736947b74a4d272e68d7ea84bcbe6f681b723e4 (patch)
tree2bfb4f974be2adc81c6be9bd5611ad058be56030 /apps
parent4e09b78f8c37cccae61523fbd52588bd06919a28 (diff)
downloadrockbox-7736947b74a4d272e68d7ea84bcbe6f681b723e4.tar.gz
rockbox-7736947b74a4d272e68d7ea84bcbe6f681b723e4.zip
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')
-rw-r--r--apps/gui/option_select.c2
1 files changed, 1 insertions, 1 deletions
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,
436 } 436 }
437 } 437 }
438 if (show_cancel) 438 if (show_cancel)
439 gui_syncsplash(HZ/2, str(LANG_CANCEL)); 439 gui_syncsplash(HZ/2, ID2P(LANG_CANCEL));
440 done = true; 440 done = true;
441 } 441 }
442 else if (action == ACTION_STD_OK) 442 else if (action == ACTION_STD_OK)