28 Apr
2025
28 Apr
'25
8:57 p.m.
``` + snprintf( msg, sizeof( msg ), + "Pair with \"%s\" (%02X:%02X:%02X:%02X:%02X:%02X) using the following PIN/passkey value: %lu?", + request->device_info.name, addr.rgBytes[0], addr.rgBytes[1], addr.rgBytes[2], addr.rgBytes[3], + addr.rgBytes[4], addr.rgBytes[5], request->numeric_value_or_passkey ); + ret = MessageBoxA( NULL, msg, "Confirm pairing", MB_YESNO ); ``` Both of these strings look like they should be translated. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7885#note_102062