Added missing @since tags to wxTranslationsLoader classes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2010-04-24 16:10:30 +00:00
parent 9a4a080711
commit 7ed63042c6

View File

@ -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
{