Files
wxWidgets/interface
Vadim Zeitlin df0d6be9ca Revert "Change return type of wxGetTranslation"
This reverts commit 02cff90601 because it
broke a lot of existing code which did anything that boiled down to

	const char* whatever = _("Some message");

because the pointer became dangling instead of pointing to the memory
used by the cached translated string.

See #26195.
2026-05-03 15:20:35 +02:00
..