From: Václav Slavík Date: Sat, 24 Apr 2010 16:10:30 +0000 (+0000) Subject: Added missing @since tags to wxTranslationsLoader classes. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7ed63042c662c403fac98e5b25800853777382d3 Added missing @since tags to wxTranslationsLoader classes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/translation.h b/interface/wx/translation.h index 0e102ee704..cec4db149a 100644 --- a/interface/wx/translation.h +++ b/interface/wx/translation.h @@ -252,6 +252,8 @@ public: Implementations must implement the LoadCatalog() method. @see wxFileTranslationsLoader + + @since 2.9.1 */ class wxTranslationsLoader { @@ -289,6 +291,8 @@ public: Catalogs are searched for in standard places (current directory first, then the system one), but you may also prepend additional directories to the search path with AddCatalogLookupPathPrefix(). + + @since 2.9.1 */ class wxFileTranslationsLoader : public wxTranslationsLoader {