X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/880efa2a137ce3e3f39236d0dc85f5d2dacdda12..e18e78a7cc106a75e5228c51edd982436682633d:/docs/doxygen/overviews/filesystem.h diff --git a/docs/doxygen/overviews/filesystem.h b/docs/doxygen/overviews/filesystem.h index 1b98850b76..f48a446fce 100644 --- a/docs/doxygen/overviews/filesystem.h +++ b/docs/doxygen/overviews/filesystem.h @@ -36,7 +36,7 @@ Its main methods are ChangePathTo() and OpenFile(). This class is most often used by the end user. @li The wxFileSystemHandler is the core - of virtual file systems mechanism. You can derive your own handler and pass + of virtual file systems mechanism. You can derive your own handler and pass it to the VFS mechanism. You can derive your own handler and pass it to wxFileSystem's AddHandler() method. In the new handler you only need to override the OpenFile() and CanOpen() methods.