(based on a wxForum post)
Unlike in previous versions, date and time pickers in 3.3 are locale-aware by default, see 6bcbcf9 This can be seen in the samples.
This may surprise some people who do not properly set the (UI) locale in their application, where the controls now use the C locale whereas they used the system locale before.
So, this change should probably be documented.
BTW, perhaps the fact that applications not having a manifest now show a (untranslated) message stating that, even in the non-Debug builds; should be documented as well.
(based on a wxForum post)
Unlike in previous versions, date and time pickers in 3.3 are locale-aware by default, see 6bcbcf9 This can be seen in the samples.
This may surprise some people who do not properly set the (UI) locale in their application, where the controls now use the C locale whereas they used the system locale before.
So, this change should probably be documented.
BTW, perhaps the fact that applications not having a manifest now show a (untranslated) message stating that, even in the non-Debug builds; should be documented as well.