Fix compilation in wxUSE_STL=1 build after r71467.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 May 2012 16:49:07 +0000 (16:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 May 2012 16:49:07 +0000 (16:49 +0000)
commitc3b0697e28a606001f27a1f3cf9f7eb51851f715
tree5d3908e6fdf45d173eb85b17f1e27046a2aa8d6e
parenta9946c4e6bf6db7b81eed4fe513513c22dff2071
Fix compilation in wxUSE_STL=1 build after r71467.

Restore explicit conversion of wxString to char*, there is no implicit
conversion in wxUSE_STL build.

Use utf8_str() instead of c_str() removed by r71467 however as this is what we
need for wxGTK.

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