switch to search icon in search dialog

svn path=/trunk/; revision=14438
This commit is contained in:
Martin Fuchs 2005-04-02 11:21:46 +00:00
parent 45ba821ec5
commit c5c1a87719

View file

@ -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);