]> git.saurik.com Git - wxWidgets.git/commit
Fix mistake, though this assert is unfortunate since now FindString("whatever") will...
authorKevin Ollivier <kevino@theolliviers.com>
Sun, 24 Jan 2010 23:28:32 +0000 (23:28 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sun, 24 Jan 2010 23:28:32 +0000 (23:28 +0000)
commit72247c2f537ab53e4a2b80e50e7050083a5fdf53
tree486541497fd35d09f29efd278045525da5b47498
parentc7109e1ac35a9fb31656eb3dfc50e862228b8380
Fix mistake, though this assert is unfortunate since now FindString("whatever") will always assert under OS X Cocoa, even when it would find and return the position correctly.

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