1
0
Fork 0
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:
Stéphane Doyon 2007-10-21 00:53:28 +00:00
parent 4e09b78f8c
commit 7736947b74

View file

@ -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)