Files
wxWidgets/include
Lauri Nurmi 5d8ea50d96 Also accept wide string literals as translation macro arguments
Not accepting them was an accidental regression introduced in #24957,
fix it by accepting any kind of characters in the wrapper functions and
not just "char[]".

This went unnoticed because there weren't any such calls in wx's own
tests or samples, so add some to the test suite to prevent similar
regressions in the future.

Closes #25063.
2025-01-13 22:12:42 +01:00
..