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:
@@ -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"),
|
||||
|
Reference in New Issue
Block a user