From c15894054d9c0af12987e0557d96b8c22b242499 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Mon, 5 Oct 2009 20:05:00 -0700 Subject: [PATCH] small improvement for JAWS version 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 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/winboard/winboard.c b/winboard/winboard.c index bbd8563..df76074 100644 --- a/winboard/winboard.c +++ b/winboard/winboard.c @@ -9645,6 +9645,7 @@ CommentPopUp(char *title, char *str) { HWND hwnd = GetActiveWindow(); EitherCommentPopUp(0, title, str, FALSE); + SAY(str); SetActiveWindow(hwnd); } -- 1.7.0.4