regedit: Refresh tree view on import.

This commit is contained in:
Andre Wisplinghoff 2008-01-04 17:14:19 +01:00 committed by Alexandre Julliard
parent 2f1e73cb35
commit 005b493619
1 changed files with 1 additions and 0 deletions

View File

@ -327,6 +327,7 @@ static BOOL ImportRegistryFile(HWND hWnd)
} else {
CheckCommDlgError(hWnd);
}
RefreshTreeView(g_pChildWnd->hTreeWnd);
return TRUE;
}