X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fab86f26bf792dc79c67968dad906e4afa00a98c..4346581b7c6548fdef1486564787154d20a401df:/docs/latex/wx/url.tex diff --git a/docs/latex/wx/url.tex b/docs/latex/wx/url.tex index fd2c854687..4bb08b7256 100644 --- a/docs/latex/wx/url.tex +++ b/docs/latex/wx/url.tex @@ -16,6 +16,10 @@ and comparison operators. +\wxheading{Library} + +\helpref{wxNet}{librarieslist} + \wxheading{See also} \helpref{wxSocketBase}{wxsocketbase}, \helpref{wxProtocol}{wxprotocol} @@ -90,7 +94,7 @@ Creates a new input stream on the specified URL. You can use all but seek functionality of wxStream. Seek isn't available on all streams. For example, HTTP or FTP streams don't deal with it. -Note that this method is somewhat depreciated, all future wxWidgets applications +Note that this method is somewhat deprecated, all future wxWidgets applications should really use \helpref{wxFileSystem}{wxfilesystem} instead. Example: