wxWidgets/include
Vadim Zeitlin 2d9c9d9689 Fix handling of ampersands in wxCheckListBox under MSW
They were incorrectly interpreted as mnemonics when drawing
wxCheckListBox items, which didn't make sense and was inconsistent with
the other ports and even wxListBox in wxMSW itself.

It also affected wxRearrangeCtrl under MSW, which uses wxCheckListBox
for its implementation.

Closes #19201.
2021-06-24 14:49:08 +01:00
..
msvc/wx Link with ws2_32.lib rather than obsolete wsock32.lib 2021-04-18 22:13:45 +02:00
wx Fix handling of ampersands in wxCheckListBox under MSW 2021-06-24 14:49:08 +01:00