mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
fixed capitalization
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4192 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -991,9 +991,9 @@ switch (uMsg)
|
||||
{
|
||||
HWND comboHandle = GetDlgItem(hwndDlg, IDC_DISPLAYSTYLECOMBO);
|
||||
|
||||
ComboBox_AddItemData(comboHandle, L"Images Only");
|
||||
ComboBox_AddItemData(comboHandle, L"Selective Text");
|
||||
ComboBox_AddItemData(comboHandle, L"All Text");
|
||||
ComboBox_AddString(comboHandle, L"Images only");
|
||||
ComboBox_AddString(comboHandle, L"Selective text");
|
||||
ComboBox_AddString(comboHandle, L"All text");
|
||||
ComboBox_SetCurSel(comboHandle, PhGetIntegerSetting(L"ProcessHacker.ToolStatus.ToolbarDisplayStyle"));
|
||||
|
||||
Button_SetCheck(GetDlgItem(hwndDlg, IDC_ENABLETOOLBAR), EnableToolBar ? BST_CHECKED : BST_UNCHECKED);
|
||||
|
||||
Reference in New Issue
Block a user