small improvement for JAWS version
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 6 Oct 2009 03:05:00 +0000 (20:05 -0700)
committerArun Persaud <arun@nubati.net>
Tue, 6 Oct 2009 03:05:00 +0000 (20:05 -0700)
This is a patch to make JAWS read out any comments when /autoDiplaycomment=true.
As focus does not stay on the Comment window, the comment was not spoken otherwise.

winboard/winboard.c

index bbd8563..df76074 100644 (file)
@@ -9645,6 +9645,7 @@ CommentPopUp(char *title, char *str)
 {\r
   HWND hwnd = GetActiveWindow();\r
   EitherCommentPopUp(0, title, str, FALSE);\r
+  SAY(str);\r
   SetActiveWindow(hwnd);\r
 }\r
 \r