From 3078faab321598e1a23b6eb41ca58fcdd026494d Mon Sep 17 00:00:00 2001
From: "Silas S. Brown" <ssb22@cam.ac.uk>
Date: Sun, 1 Nov 2009 16:56:41 +0000
Subject: [PATCH] Gradint update

git-svn-id: http://svn.code.sf.net/p/e-guidedog/code/ssb22/gradint@434 29193198-4895-4776-b068-10539e920549
---
 gradint-build/src/frontend.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradint-build/src/frontend.py b/gradint-build/src/frontend.py
index 0c542a7..280439a 100644
--- a/gradint-build/src/frontend.py
+++ b/gradint-build/src/frontend.py
@@ -1537,7 +1537,7 @@ def rest_of_main():
             traceback = None
         if traceback and useTK: traceback.print_exc() # BEFORE waitOnMessage, in case Tk is stuck (hopefully the terminal is visible)
         try:
-            if not soundCollector and get_synth_if_possible("en",0): synth_event("en","Error in gradint program.").play() # if possible, give some audio indication of the error
+            if not soundCollector and get_synth_if_possible("en",0): synth_event("en","Error in graddint program.").play() # if possible, give some audio indication of the error (double D to try to force correct pronunciation if not eSpeak, e.g. S60)
         except: pass
         waitOnMessage(w)
         try: tracebackFile=open("last-gradint-error"+extsep+"txt","w") # TODO document this in the user message?
-- 
GitLab