Files
wxWidgets/samples/notebook
Vadim Zeitlin 97eb12c0d8 Don't use mnemonic character in tab labels in notebook sample
This results in both cosmetic problems, with the mnemonic being shown by
wxTreeBook, and asserts/crashes when changing notebook type due to
GetPageText() returning the page text without "&" and hence comparison
with RADIOBUTTONS_PAGE_NAME in CreatePage() failing.

For now just don't use mnemonics, even if this just hides the problem
and doesn't really solve it.

See #25840.
2025-10-02 14:28:21 +02:00
..
2025-05-10 18:22:27 +02:00
2025-07-25 00:29:00 +02:00
2025-05-10 18:22:27 +02:00