Use the new VOICE_ strings, and not the deprecated ones. Thanks to n1s for noticing.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13496 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Magnus Holmgren 2007-05-26 11:59:24 +00:00
parent e676b814e8
commit f9f3cad124

View file

@ -822,9 +822,9 @@ static void say_bookmark(const char* bookmark,
#endif
talk_id(VOICE_EXT_BMARK, enqueue);
talk_number(bookmark_id + 1, true);
talk_id(LANG_BOOKMARK_SELECT_INDEX_TEXT, true);
talk_id(VOICE_BOOKMARK_SELECT_INDEX_TEXT, true);
talk_number(resume_index + 1, true);
talk_id(LANG_BOOKMARK_SELECT_TIME_TEXT, true);
talk_id(VOICE_BOOKMARK_SELECT_TIME_TEXT, true);
if (ms / 60000)
talk_value(ms / 60000, UNIT_MIN, true);
talk_value((ms % 60000) / 1000, UNIT_SEC, true);