Return old, not new, selection from wxMSW wxNotebook::ChangeSelection().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Jan 2010 13:20:54 +0000 (13:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Jan 2010 13:20:54 +0000 (13:20 +0000)
commit937d5b6075db060b98daa0f0fadbaa528bc85554
tree667c9c5ead1ae8d2a1d3cce77b75fc5e1c154156
parentb1b5ebb7e2c3c5f8a078ff6de4ee6784338a85f4
Return old, not new, selection from wxMSW wxNotebook::ChangeSelection().

The function is documented to return the old selection and not the new one, so
correct it to behave as expected.

Closes #11646.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/notebook.cpp