]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected parameter names
authorRobin Dunn <robin@alldunn.com>
Fri, 6 Feb 2004 22:19:02 +0000 (22:19 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 6 Feb 2004 22:19:02 +0000 (22:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_intl.i

index e1b7b7444e193bbc6efdf8052180b36343ec0dc2..0bdca6fa44d1af6214a7f17c669e6ebda1aba84c 100644 (file)
@@ -433,8 +433,8 @@ wxLocale* wxGetLocale();
 
 // get the translation of the string in the current locale
 %nokwargs wxGetTranslation;
 
 // 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
 
 //---------------------------------------------------------------------------
 %newgroup