Module: wine Branch: master Commit: 005b493619ec2ab2f7d13bd3e32d16fb531ca4c2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=005b493619ec2ab2f7d13bd3e3...
Author: Andre Wisplinghoff andre.wisplinghoff@gmail.com Date: Fri Jan 4 17:14:19 2008 +0100
regedit: Refresh tree view on import.
---
programs/regedit/framewnd.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/programs/regedit/framewnd.c b/programs/regedit/framewnd.c index a2d94bf..3dd9d96 100644 --- a/programs/regedit/framewnd.c +++ b/programs/regedit/framewnd.c @@ -327,6 +327,7 @@ static BOOL ImportRegistryFile(HWND hWnd) } else { CheckCommDlgError(hWnd); } + RefreshTreeView(g_pChildWnd->hTreeWnd); return TRUE; }