From: Václav Slavík Date: Fri, 13 Dec 2002 23:50:04 +0000 (+0000) Subject: fixed wxFilesystem docs bug X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7a8b9bd950d1144c5a40f6a08eb8564c53477788 fixed wxFilesystem docs bug git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/fs.tex b/docs/latex/wx/fs.tex index 2ba5f7e40d..b948bafb23 100644 --- a/docs/latex/wx/fs.tex +++ b/docs/latex/wx/fs.tex @@ -47,8 +47,8 @@ protocols - for example you may want to access files in a ZIP archive: file:archives/cpp\_doc.zip\#zip:reference/fopen.htm\#syntax -In this example, the protocol is "zip", the left location is -"reference/fopen.htm", the anchor is "syntax" and the right location +In this example, the protocol is "zip", right location is +"reference/fopen.htm", anchor is "syntax" and left location is "file:archives/cpp\_doc.zip". There are {\bf two} protocols used in this example: "zip" and "file".