[PATCH] regedit: Load Binary editor from context menu

Hugh McMaster hugh.mcmaster at outlook.com
Mon Dec 19 04:10:55 CST 2016


Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
---
 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);
-- 
2.7.4




More information about the wine-patches mailing list