Corrected parameter names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -433,8 +433,8 @@ wxLocale* wxGetLocale();
|
|||||||
|
|
||||||
// get the translation of the string in the current locale
|
// get the translation of the string in the current locale
|
||||||
%nokwargs wxGetTranslation;
|
%nokwargs wxGetTranslation;
|
||||||
wxString wxGetTranslation(const wxString& sz);
|
wxString wxGetTranslation(const wxString& str);
|
||||||
wxString wxGetTranslation(const wxString& sz1, const wxString& sz2, size_t n);
|
wxString wxGetTranslation(const wxString& str, const wxString& strPlural, size_t n);
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
%newgroup
|
%newgroup
|
||||||
|
Reference in New Issue
Block a user