]> git.saurik.com Git - wxWidgets.git/commit
Compilation fix for wxUSE_STL build: another missing _str().
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 19 Nov 2009 01:36:54 +0000 (01:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 19 Nov 2009 01:36:54 +0000 (01:36 +0000)
commitc7193f282111a7658c9c47b8817b3412b35c30fe
tree03fa70b4bd95757ef682f06405304c5a0cee682f
parent3ac2b89b898ba8030b23a14a130630583a3da7fd
Compilation fix for wxUSE_STL build: another missing _str().

Use utf8_str() to convert wxString to GTK+ string instead of relying on
implicit conversion which doesn't exist when wxUSE_STL==1 (and also when using
wchar_t-based Unicode build).

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