compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -348,8 +348,9 @@ void MyFrame::OnTest2(wxCommandEvent& WXUNUSED(event))
|
||||
s << _T("\n");
|
||||
for (int n = first; n <= last; ++n)
|
||||
{
|
||||
s << n << _T(" ") <<
|
||||
wxGetTranslation("file deleted", "files deleted", n) << _T("\n");
|
||||
s << n << _T(" ") <<
|
||||
wxGetTranslation(_T("file deleted"), _T("files deleted"), n) <<
|
||||
_T("\n");
|
||||
}
|
||||
wxMessageBox(s);
|
||||
}
|
||||
|
Reference in New Issue
Block a user