From 6c5086b3bf6765757aba4ad8eca16036c0de4679 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 1 Oct 2013 13:03:15 +0000 Subject: [PATCH] Document domain parameter of wxTranslations::GetTranslatedString(). This parameter needs to be documented, if only to avoid a Doxygen warning. See #15346. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/translation.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interface/wx/translation.h b/interface/wx/translation.h index 4e9fccc953..b26b879f92 100644 --- a/interface/wx/translation.h +++ b/interface/wx/translation.h @@ -257,6 +257,10 @@ public: (In some languages, there are different plural forms for e.g. n=2 and n=3 etc., in addition to the singlular form (n=1) being different.) + @param domain The only domain (i.e. message catalog) to search if + specified. By default this parameter is empty, + indicating that all loaded catalogs should be + searched. See GNU gettext manual for additional information on plural forms handling. This method is called by the wxGetTranslation() function and _() macro. -- 2.45.2