From ae34f64dbf8e8c1828c6eb54dfb64e43945abd6d Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Mon, 25 Oct 2004 20:44:37 +0000 Subject: 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 --- apps/talk.c | 3 +-- 1 file changed, 1 insertion(+), 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); } -- cgit v1.2.3