mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[POWERCFG] Fix the undue change of monitor switch off time
CORE-12495
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user