Hopefully this patch series is easier to review than the last one.
--
v2: uiautomationcore: Implement UiaNodeFromHandle.
uiautomationcore: Add get_prop_val method to IWineUiaNode.
uiautomationcore: Implement UiaReturnRawElementProvider.
https://gitlab.winehq.org/wine/wine/-/merge_requests/801
Huw Davies (@huw) commented about programs/notepad/notepad.rc:
> MENUITEM "&Search next\tF3", CMD_SEARCH_NEXT
> MENUITEM "&Replace...\tCtrl+H", CMD_REPLACE
> }
> +POPUP "&View"
> +{
> + MENUITEM "&Status Bar", CMD_SBAR
> + }
Another trailing space after `"&View"` and a space before the `}`.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/787#note_7878