Hugh McMaster : regedit: Load Binary editor from context menu.
Module: wine Branch: master Commit: dc6e2eaf09be532daaee68582744c27dca52e7dc URL: http://source.winehq.org/git/wine.git/?a=commit;h=dc6e2eaf09be532daaee685827... Author: Hugh McMaster <hugh.mcmaster(a)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(a)outlook.com> Signed-off-by: Alexandre Julliard <julliard(a)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);
participants (1)
-
Alexandre Julliard