regedit: refresh tree view on import

Andre Wisplinghoff andre.wisplinghoff at gmail.com
Fri Jan 4 10:14:19 CST 2008


Hello,

Changelog:
    Refresh tree view in regedit 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;
 }
 
-- 
1.5.3.7



More information about the wine-patches mailing list