Hugh McMaster : regedit: Load Binary editor from context menu.

Alexandre Julliard julliard at winehq.org
Mon Dec 19 16:53:07 CST 2016


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

Author: Hugh McMaster <hugh.mcmaster at outlook.com>
Date:   Mon Dec 19 10:10:55 2016 +0000

regedit: Load Binary editor from context menu.

Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/regedit/framewnd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/programs/regedit/framewnd.c b/programs/regedit/framewnd.c
index 0a56f94..b1611cf 100644
--- a/programs/regedit/framewnd.c
+++ b/programs/regedit/framewnd.c
@@ -730,6 +730,7 @@ static BOOL _CmdWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
         break;
     }
     case ID_EDIT_MODIFY:
+    case ID_EDIT_MODIFY_BIN:
     {
         LPCWSTR valueName = GetValueName(g_pChildWnd->hListWnd);
         WCHAR* keyPath = GetItemPath(g_pChildWnd->hTreeWnd, 0, &hKeyRoot);




More information about the wine-cvs mailing list