From 256eb12bf646a7696091c5c19b1d366c3ab06b22 Mon Sep 17 00:00:00 2001 From: wj32 Date: Sat, 26 Jun 2010 11:36:27 +0000 Subject: [PATCH] fixed options dialog title git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3237 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- 2.x/trunk/ProcessHacker/options.c | 2 ++ 1 file changed, 2 insertions(+) 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);