Applied patch [ 846809 ] Cleaning of 11 samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -337,8 +337,7 @@ void MyFrame::OnTest2(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
const wxChar* title = _("Testing _N() (ngettext)");
|
||||
wxTextEntryDialog d(this,
|
||||
_("Please enter range for plural forms of \"n files deleted\""
|
||||
"phrase"),
|
||||
_("Please enter range for plural forms of \"n files deleted\" phrase"),
|
||||
title, _T("0-10"));
|
||||
if (d.ShowModal() == wxID_OK)
|
||||
{
|
||||
|
Reference in New Issue
Block a user