use empty string and not string().c_str() as title for the controls without it to...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Jun 2005 14:32:28 +0000 (14:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Jun 2005 14:32:28 +0000 (14:32 +0000)
commitad30bb374f539a1f9a98bd9aeee88037c90bb454
treee35c38f4a98fa93119606462448db26ddb327cce
parent48395c03693907229480094eba92bb6b50863f6e
use empty string and not string().c_str() as title for the controls without it to workaround Windows bug which results in crashes with wxUSE_STL==1 (closes 1222187)

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