]> git.saurik.com Git - wxWidgets.git/commit
make wxChoice and wxComboBox sort in a case insensitive and locale adapted way, fixes...
authorRobert Roebling <robert@roebling.de>
Wed, 18 Aug 2010 21:29:53 +0000 (21:29 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 18 Aug 2010 21:29:53 +0000 (21:29 +0000)
commitc272f12ff0c51c345e3102d3cd347412bbb99461
tree82603e77355e7539ff802420eae1a3538d50b320
parent1aeaccf31027cbb6d69b460c5f1cfb682e73b31c
make wxChoice and wxComboBox sort in a case insensitive and locale adapted way, fixes #12351: Incorrect sort order in wxChoice / wxComboBox

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/choice.h
include/wx/gtk/private/string.h
src/gtk/choice.cpp
src/gtk/combobox.cpp