diff --git a/programs/regedit/framewnd.c b/programs/regedit/framewnd.c index 0a56f94496d..b1611cf8bad 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);