From: Robin Dunn Date: Fri, 6 Feb 2004 22:19:02 +0000 (+0000) Subject: Corrected parameter names X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/83486d3b5a6e23ab8e41c3be38f0e3fec7e254e2 Corrected parameter names git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_intl.i b/wxPython/src/_intl.i index e1b7b7444e..0bdca6fa44 100644 --- a/wxPython/src/_intl.i +++ b/wxPython/src/_intl.i @@ -433,8 +433,8 @@ wxLocale* wxGetLocale(); // get the translation of the string in the current locale %nokwargs wxGetTranslation; -wxString wxGetTranslation(const wxString& sz); -wxString wxGetTranslation(const wxString& sz1, const wxString& sz2, size_t n); +wxString wxGetTranslation(const wxString& str); +wxString wxGetTranslation(const wxString& str, const wxString& strPlural, size_t n); //--------------------------------------------------------------------------- %newgroup