* Docs fixes, wxStream overview enabled (all docs should compile now)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1999-03-13 20:14:37 +00:00
parent da9531bf35
commit 294e9a7aa0
9 changed files with 19 additions and 18 deletions

View File

@@ -97,7 +97,7 @@ The default value of the user name is "anonymous".
\wxheading{Remark}
This parameter can be included in a URL if you want to use the URL manager.
For example, you can use: "ftp://a_user:a_password@a.host:service/a_directory/a_file"
For example, you can use: "ftp://a\_user:a\_password@a.host:service/a\_directory/a\_file"
to specify a user and a password.
\membersection{wxFTP::SetPassword}
@@ -115,7 +115,7 @@ user name and the host name of the local machine from the system.
\wxheading{Remark}
This parameter can be included in a URL if you want to use the URL manager.
For example, you can use: "ftp://a\_user:a\_password@a.host:service/a_directory/a\_file"
For example, you can use: "ftp://a\_user:a\_password@a.host:service/a\_directory/a\_file"
to specify a user and a password.
% ----------------------------------------------------------------------------