]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing @since tags to wxTranslationsLoader classes.
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 24 Apr 2010 16:10:30 +0000 (16:10 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 24 Apr 2010 16:10:30 +0000 (16:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/translation.h

index 0e102ee704fd70dfeac2a7ab581b49ecc0d4b682..cec4db149acb6271b3e3da0eda2cd7a213a6c2f4 100644 (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
 {