Fix order of elements in WB time-control dialog
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 29 Dec 2010 21:57:55 +0000 (22:57 +0100)
committerArun Persaud <arun@nubati.net>
Tue, 11 Jan 2011 05:22:02 +0000 (21:22 -0800)
Someleading texts were defined after the text edit they referred to,so
that JAWS 11 associated them to the wrong one. A tab stop was added to
the time-odds label, to make JAWS speak it.

winboard/winboard.rc

index e1a03b4..efaa9db 100644 (file)
@@ -81,11 +81,11 @@ BEGIN
                     WS_GROUP\r
     EDITTEXT        OPT_TCFixed,147,140,32,12,ES_AUTOHSCROLL\r
     LTEXT           "",OPT_TCitext3,185,148,67,8,NOT WS_GROUP\r
-    LTEXT           "Time-Odds Factors:",GPB_Factors,6,158,150,8,NOT WS_GROUP\r
-    EDITTEXT        OPT_TCOdds1,57,171,32,12,ES_AUTOHSCROLL | WS_GROUP\r
-    LTEXT           "Engine #1:",IDC_Factor1,6,173,50,8,NOT WS_GROUP\r
-    EDITTEXT        OPT_TCOdds2,147,171,32,12,ES_AUTOHSCROLL\r
-    LTEXT           "Engine #2:",IDC_Factor2,96,173,50,8,NOT WS_GROUP\r
+    LTEXT           "Time-Odds Factors:",GPB_Factors,6,158,150,8,NOT WS_GROUP | WS_TABSTOP\r
+    LTEXT           "Engine #1:",IDC_Factor1,6,173,40,8,NOT WS_GROUP\r
+    EDITTEXT        OPT_TCOdds1,47,171,32,12,ES_AUTOHSCROLL | WS_GROUP\r
+    LTEXT           "Engine #2:",IDC_Factor2,86,173,40,8,NOT WS_GROUP\r
+    EDITTEXT        OPT_TCOdds2,127,171,32,12,ES_AUTOHSCROLL\r
     PUSHBUTTON      "OK",IDOK,139,190,40,14,WS_GROUP\r
     PUSHBUTTON      "Cancel",IDCANCEL,195,190,40,14\r
 END\r