Fixed another bug.

This commit is contained in:
luigi__ 2009-03-05 22:47:13 +00:00
parent e548c3c257
commit 345cf53d4a
1 changed files with 1 additions and 1 deletions

View File

@ -3063,7 +3063,7 @@ LRESULT CALLBACK EmulationSettingsDlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, L
cur = GetDlgItem(hDlg, IDC_BIOSSWIS);
EnableWindow(cur, enable);
cur = GetDlgItem(hDlg, IDC_FIRMWAREBOOT);
EnableWindow(cur, enable);
EnableWindow(cur, (enable && IsDlgButtonChecked(hDlg, IDC_USEEXTFIRMWARE)));
}
return TRUE;