]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/http.tex
wxPROCESS_ENTER is deprecated in favour of wxTE_PROCESS_ENTER. So use the latter...
[wxWidgets.git] / docs / latex / wx / http.tex
index 613012a809d64dcb38eef3b09c4b0a0596acf55b..f0cbf5d78537032d2bb0a1f3d48f7fb433a96e2b 100644 (file)
@@ -31,8 +31,8 @@ Returns the HTTP response code returned by the server. Please refer to
 
 Creates a new input stream on the specified path. You can use all except the seek
 functionality of wxStream. Seek isn't available on all streams. For example,
-http or ftp streams doesn't deal with it. Other functions like Tell and SeekI
-for this sort of stream.
+HTTP or FTP streams don't deal with it. Other functions like Tell and SeekI
+aren't available for the moment for this sort of stream.
 You will be notified when the EOF is reached by an error.
 
 \wxheading{Note}