summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-10-25 20:44:37 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-10-25 20:44:37 +0000
commitae34f64dbf8e8c1828c6eb54dfb64e43945abd6d (patch)
tree73c32e637558bc78dcf912696581a40b012977d8 /apps
parent804c2005e13f2edaf55e67e16e63000996ad0ef1 (diff)
downloadrockbox-ae34f64dbf8e8c1828c6eb54dfb64e43945abd6d.tar.gz
rockbox-ae34f64dbf8e8c1828c6eb54dfb64e43945abd6d.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/talk.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/talk.c b/apps/talk.c
index 6e59cde90e..826b02d6e5 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -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);
}