regedit: Load Binary editor from context menu.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Hugh McMaster 2016-12-19 10:10:55 +00:00 committed by Alexandre Julliard
parent 14444fab92
commit dc6e2eaf09
1 changed files with 1 additions and 0 deletions

View File

@ -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);