regedit: Also refresh the listview.

oldstable
Jan Zerebecki 2006-09-06 10:44:33 +02:00 committed by Alexandre Julliard
parent 6698e9e0b0
commit 2a42379a8e
1 changed files with 1 additions and 1 deletions

View File

@ -795,7 +795,7 @@ static BOOL _CmdWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
}
case ID_VIEW_REFRESH:
RefreshTreeView(g_pChildWnd->hTreeWnd);
/*RefreshListView(g_pChildWnd->hListWnd, hKeyRoot, keyPath, NULL); */
RefreshListView(g_pChildWnd->hListWnd, hKeyRoot, keyPath, NULL);
break;
/*case ID_OPTIONS_TOOLBAR:*/
/* toggle_child(hWnd, LOWORD(wParam), hToolBar);*/