(from <Someone>)

- fixed tab-stop order for player selection dialog
- minor changes to the dialog layout
This commit is contained in:
nethack.allison
2002-03-09 02:32:35 +00:00
parent 0846d6caf3
commit 388a35a8b3
2 changed files with 32 additions and 30 deletions
+2 -2
View File
@@ -328,8 +328,8 @@ BOOL CALLBACK PlayerSelectorDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPAR
/* init dialog */
plselInitDialog(hWnd);
/* set focus on the name field */
SetFocus(GetDlgItem(hWnd, IDC_PLSEL_NAME));
/* set focus on the role checkbox (random) field */
SetFocus(GetDlgItem(hWnd, IDC_PLSEL_ROLE_RANDOM));
/* tell windows we set the focus */
return FALSE;