mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
switch to search icon in search dialog
svn path=/trunk/; revision=14438
This commit is contained in:
parent
45ba821ec5
commit
c5c1a87719
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ FindProgramDlg::FindProgramDlg(HWND hwnd)
|
|||
_thread(collect_programs_callback, hwnd, this),
|
||||
_sort(_list_ctrl, CompareFunc/*, (LPARAM)this*/)
|
||||
{
|
||||
SetWindowIcon(hwnd, IDI_REACTOS/*IDI_SEARCH*/);
|
||||
SetWindowIcon(hwnd, IDI_SEARCH);
|
||||
|
||||
_resize_mgr.Add(IDC_FILTER, RESIZE_X);
|
||||
_resize_mgr.Add(IDC_CHECK_ENTRIES, MOVE_X);
|
||||
|
|
Loading…
Reference in a new issue