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
This commit is contained in:
Vadim Zeitlin
2013-10-01 13:03:15 +00:00
parent 55c534803f
commit 6c5086b3bf

View File

@@ -257,6 +257,10 @@ public:
(In some languages, there are different plural forms (In some languages, there are different plural forms
for e.g. n=2 and n=3 etc., in addition to the singlular for e.g. n=2 and n=3 etc., in addition to the singlular
form (n=1) being different.) 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. See GNU gettext manual for additional information on plural forms handling.
This method is called by the wxGetTranslation() function and _() macro. This method is called by the wxGetTranslation() function and _() macro.