forked from len0rd/rockbox
Voice the "Cancelled" splash in option_screen().
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15235 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4e09b78f8c
commit
7736947b74
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue