https://git.reactos.org/?p=reactos.git;a=commitdiff;h=889670656667549dbbd30…
commit 889670656667549dbbd30b92ff3c9fa66a7ffa8f
Author: Eric Kohl <eric.kohl(a)reactos.org>
AuthorDate: Sat Apr 20 14:43:16 2019 +0200
Commit: Eric Kohl <eric.kohl(a)reactos.org>
CommitDate: Sat Apr 20 14:43:16 2019 +0200
[POWERCFG] Fix the undue change of monitor switch off time
CORE-12495
---
dll/cpl/powercfg/powershemes.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/cpl/powercfg/powershemes.c b/dll/cpl/powercfg/powershemes.c
index cb6d16f64b..3b6d1f32b2 100644
--- a/dll/cpl/powercfg/powershemes.c
+++ b/dll/cpl/powercfg/powershemes.c
@@ -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);