| Age | Commit message (Collapse) | Author |
|
In the future this will allow more intricate text displays in
EditableLists.
|
|
|
|
As discussed in
https://groups.google.com/g/wx-dev/c/RCK_1m5Emzo
"
_() macro when used with wxNO_IMPLICIT_WXSTRING_ENCODING will expand to wxGetTranslation(wxASCII_STR(s))
which is going to be broken for any strings that are not ASCII or are wide char. So this will mean you
cannot use anything non-ASCII in your base language.
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it harder to make similar errors in the future.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dialogue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|