Change tabbing order in WB sounds dialog
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 29 Dec 2010 21:51:17 +0000 (22:51 +0100)
committerArun Persaud <arun@nubati.net>
Tue, 11 Jan 2011 05:22:02 +0000 (21:22 -0800)
The 'Play' button now gets focus immediately after the controls for
selecting the sound, rather than at the end of the dialog (after OK).

winboard/winboard.rc

index cc97a70..e1a03b4 100644 (file)
@@ -411,10 +411,10 @@ BEGIN
                     CBS_SORT | WS_VSCROLL | WS_TABSTOP | WS_GROUP\r
     EDITTEXT        OPT_WavFileName,96,65,103,12,ES_AUTOHSCROLL\r
     PUSHBUTTON      "B&rowse...",OPT_BrowseSound,208,64,50,14\r
+    PUSHBUTTON      "&Play",OPT_PlaySound,208,47,50,14\r
     PUSHBUTTON      "Defaults",OPT_DefaultSounds,6,86,50,14\r
     DEFPUSHBUTTON   "OK",IDOK,152,86,50,14\r
     PUSHBUTTON      "Cancel",IDCANCEL,208,86,50,14\r
-    PUSHBUTTON      "&Play",OPT_PlaySound,208,47,50,14\r
 END\r
 \r
 DLG_GeneralOptions DIALOG DISCARDABLE  0, 0, 300, 197\r