wxWidgets/interface
Vadim Zeitlin 20e3697f00 Change wxLocaleIdent ctor to take char* rather than wxString
This is convenient, as it allows using a simple string such as "en" as
an argument to the functions taking wxLocaleIdent and rely on implicit
conversion, whereas previously explicitly writing either wxString("en")
or wxLocaleIdent("en") would be necessary.
2021-09-01 18:11:40 +02:00
..
wx Change wxLocaleIdent ctor to take char* rather than wxString 2021-09-01 18:11:40 +02:00
check_syntax.sh