fixed options dialog title

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3237 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2010-06-26 11:36:27 +00:00
parent e95baa2f9b
commit 256eb12bf6
+2
View File
@@ -119,6 +119,8 @@ INT_PTR CALLBACK PhpOptionsGeneralDlgProc(
// HACK
PhCenterWindow(GetParent(hwndDlg), GetParent(GetParent(hwndDlg)));
// HACK
SetWindowText(GetParent(hwndDlg), L"Options"); // so the title isn't "Options Properties"
comboBoxHandle = GetDlgItem(hwndDlg, IDC_MAXSIZEUNIT);