diff --git a/2.x/trunk/ProcessHacker/options.c b/2.x/trunk/ProcessHacker/options.c index 3d7cba656..5c7520bac 100644 --- a/2.x/trunk/ProcessHacker/options.c +++ b/2.x/trunk/ProcessHacker/options.c @@ -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);