X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/552973e04676969b55ff1f29308a4ec81ca0fd65..e74c05294a531442eb2d8ce37dd5fcf243814523:/samples/internat/internat.cpp diff --git a/samples/internat/internat.cpp b/samples/internat/internat.cpp index 71304b917d..0a931caccd 100644 --- a/samples/internat/internat.cpp +++ b/samples/internat/internat.cpp @@ -87,7 +87,7 @@ enum }; // ---------------------------------------------------------------------------- -// wxWindows macros +// wxWidgets macros // ---------------------------------------------------------------------------- BEGIN_EVENT_TABLE(MyFrame, wxFrame) @@ -229,7 +229,7 @@ bool MyApp::OnInit() MyFrame::MyFrame(wxLocale& locale) : wxFrame(NULL, -1, - _("International wxWindows App"), + _("International wxWidgets App"), wxPoint(50, 50), wxSize(350, 60)), m_locale(locale) @@ -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) {