diff --git a/programs/regedit/framewnd.c b/programs/regedit/framewnd.c index 9dd73fdec43..a04b0c04bf9 100644 --- a/programs/regedit/framewnd.c +++ b/programs/regedit/framewnd.c @@ -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);*/