Updated mshtml-TranslateAccelerator patchset

Fixes: https://bugs.winehq.org/show_bug.cgi?id=55473
This commit is contained in:
Alistair Leslie-Hughes 2023-08-23 12:43:41 +10:00
parent 142c3eb080
commit 520ac85b6f

View File

@ -28,7 +28,7 @@ index a9bd8a3d558..444551778e1 100644
+ break;
+ case WM_KEYUP:
+ {
+ TRACE("Processing key %I64d\n", lpmsg->wParam);
+ TRACE("Processing key %Ix\n", lpmsg->wParam);
+ if (lpmsg->wParam == VK_F5)
+ hres = IOleCommandTarget_Exec(&This->IOleCommandTarget_iface, NULL, OLECMDID_REFRESH, 0, NULL, NULL);
+