]> git.saurik.com Git - wxWidgets.git/commit
Fix wxToggleButtonXmlHandler compilation with wxUniv.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Jul 2010 22:50:09 +0000 (22:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Jul 2010 22:50:09 +0000 (22:50 +0000)
commit969641a3915da2643272d279bb8cbdd113b21f86
tree84ae3dbf7699c8723f1107b413c11c0b0dee7cec
parent2d61788423790686d1193a0d74b1562013246084
Fix wxToggleButtonXmlHandler compilation with wxUniv.

Remove nonsensical code involving operator ?: with wxString and wxBitmap
operands. No idea what was the intention behind it but it failed to even
compile in wxX11 build so the new version (which does compile) can't be worse.

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