compilation fix after wxTRANSLATE() changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-09-26 22:41:53 +00:00
parent eae20a30ea
commit ad4814e733

View File

@@ -421,7 +421,7 @@ void MyFrame::OnTest2(wxCommandEvent& WXUNUSED(event))
void MyFrame::OnTest3(wxCommandEvent& WXUNUSED(event))
{
const wxChar* lines[] =
const char* lines[] =
{
wxTRANSLATE("line 1"),
wxTRANSLATE("line 2"),