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:
@@ -252,6 +252,8 @@ public:
|
|||||||
Implementations must implement the LoadCatalog() method.
|
Implementations must implement the LoadCatalog() method.
|
||||||
|
|
||||||
@see wxFileTranslationsLoader
|
@see wxFileTranslationsLoader
|
||||||
|
|
||||||
|
@since 2.9.1
|
||||||
*/
|
*/
|
||||||
class wxTranslationsLoader
|
class wxTranslationsLoader
|
||||||
{
|
{
|
||||||
@@ -289,6 +291,8 @@ public:
|
|||||||
Catalogs are searched for in standard places (current directory first, then
|
Catalogs are searched for in standard places (current directory first, then
|
||||||
the system one), but you may also prepend additional directories to the
|
the system one), but you may also prepend additional directories to the
|
||||||
search path with AddCatalogLookupPathPrefix().
|
search path with AddCatalogLookupPathPrefix().
|
||||||
|
|
||||||
|
@since 2.9.1
|
||||||
*/
|
*/
|
||||||
class wxFileTranslationsLoader : public wxTranslationsLoader
|
class wxFileTranslationsLoader : public wxTranslationsLoader
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user