mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
[POWERCFG] Fix the undue change of monitor switch off time
CORE-12495
This commit is contained in:
parent
a117331947
commit
8896706566
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue