Andre Wisplinghoff : regedit: Refresh tree view on import.

Alexandre Julliard julliard at winehq.org
Mon Jan 7 16:24:56 CST 2008


Module: wine
Branch: master
Commit: 005b493619ec2ab2f7d13bd3e32d16fb531ca4c2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=005b493619ec2ab2f7d13bd3e32d16fb531ca4c2

Author: Andre Wisplinghoff <andre.wisplinghoff at 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;
 }
 




More information about the wine-cvs mailing list