[POWERCFG] Fix the undue change of monitor switch off time

CORE-12495
This commit is contained in:
Eric Kohl 2019-04-20 14:43:16 +02:00
parent a117331947
commit 8896706566

View file

@ -395,7 +395,7 @@ Pos_SaveData(HWND hwndDlg)
if (iCurSel == CB_ERR)
return;
tmp = (INT)SendDlgItemMessage(hwndDlg, IDC_MONITORDCLIST,
tmp = (INT)SendDlgItemMessage(hwndDlg, IDC_MONITORACLIST,
CB_GETCURSEL,
0,
(LPARAM)0);