Commit dc6e2eaf authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

regedit: Load Binary editor from context menu.

parent 14444fab
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment