]> git.saurik.com Git - wxWidgets.git/commit
Enable wxComboBox::SetString() test in the widgets sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Apr 2012 23:21:57 +0000 (23:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Apr 2012 23:21:57 +0000 (23:21 +0000)
commitb90aca4cba628fd25471b337cd9ddba26fc7ba7b
tree6d2a42c56006e1ac6349f23886087165ae6c0dfa
parent550a0c4154294e56c61ce933f905040d65be78cf
Enable wxComboBox::SetString() test in the widgets sample.

It was disabled because it wasn't implemented for wxGTK at some time in the
past -- but it is implemented now, so there is no reason to not allow testing
it.

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