From edbeede442ef368b1a50f0e058b269e1d33fba24 Mon Sep 17 00:00:00 2001 From: Anarchos Date: Thu, 24 Sep 2020 23:48:43 +0200 Subject: [PATCH] typo and missing parameter Change-Id: Ibb29c8621a981b489ce10d1f9d18df1d5ea3a079 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3266 Reviewed-by: Adrien Destugues --- docs/user/locale/Catalog.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user/locale/Catalog.dox b/docs/user/locale/Catalog.dox index 7161c06bab..6560299253 100644 --- a/docs/user/locale/Catalog.dox +++ b/docs/user/locale/Catalog.dox @@ -123,7 +123,7 @@ /*! \fn BCatalog::BCatalog(const char* signature, const char* language) - \brief Construct a BCatalog object for the given application \a signqture. + \brief Construct a BCatalog object for the given application \a signature. If you don't specify a language, the system default list will be used. The language is passed here as a 2 letter ISO code. @@ -136,7 +136,7 @@ are checked. Moreover, only the default catalog format is available, not custom formats from catalog add-ons. - \param catalogOwner entry_ref for which to load a catalog. + \param signature MIME signature for which to load a catalog. \param language The language of the catalog to load. If \c NULL, the user settings will be used. @@ -309,7 +309,7 @@ /*! \fn status_t BCatalog::SetTo(const char* signature, - const char* language, uint32 fingerprint) + const char* language = \c NULL) \brief Reload the string data. This method reloads the data for the given signature and language.