]> git.saurik.com Git - wxWidgets.git/commit
Fix the comparison function in the list control sample to do what it says.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 May 2011 13:30:07 +0000 (13:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 May 2011 13:30:07 +0000 (13:30 +0000)
commitc4264a8317caf3a5813adc2bc5ddb755595e6481
tree79d02e7353860858c3768b815d1f20d7143db773
parentd3ca8487512246d26cb9cae4976457d12b059171
Fix the comparison function in the list control sample to do what it says.

The comment in the function implied that it exchanged the items but in fact it
did not and kept their existing order instead.

Do revert them now, at least like this something visibly happens in the sample
when the items are sorted.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/listctrl/listtest.cpp