1
0
Fork 0
forked from len0rd/rockbox

spell "dot" instead of "point", requires up-to-date voice files

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5345 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-10-25 20:44:37 +00:00
parent 804c2005e1
commit ae34f64dbf

View file

@ -610,8 +610,7 @@ int talk_spell(const char* spell, bool enqueue)
else if (c == '+')
talk_id(VOICE_PLUS, true);
else if (c == '.')
talk_id(VOICE_POINT, true);
/* fixme: change to VOICE_DOT when settled in the voice files */
talk_id(VOICE_DOT, true);
else if (c == ' ')
talk_id(VOICE_PAUSE, true);
}