fixed wxComboBox::Replace() to correctly use UTF-8 string even in ANSI build and...
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 14 Jun 2007 05:54:26 +0000 (05:54 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 14 Jun 2007 05:54:26 +0000 (05:54 +0000)
commit37a4076eb5f463c310ebbd91c9b3cb4a6fdd4459
tree975154c115eea0595b3d50af2562d563dc9e9927
parent63a09523da1d11874db7ce3fff9ec8b1c25301bd
fixed wxComboBox::Replace() to correctly use UTF-8 string even in ANSI build and to compile with wxUSE_STL=1

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