X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..2e622163d05d0813bd6fa4223c18e0ec2f6dc074:/docs/latex/wx/ddeclint.tex?ds=sidebyside diff --git a/docs/latex/wx/ddeclint.tex b/docs/latex/wx/ddeclint.tex index 5bc85beb16..6df0f6e3b5 100644 --- a/docs/latex/wx/ddeclint.tex +++ b/docs/latex/wx/ddeclint.tex @@ -7,7 +7,7 @@ To create a client which can communicate with a suitable server, you need to derive a class from wxDDEConnection and another from wxDDEClient. The custom wxDDEConnection class will intercept communications in a `conversation' with a server, and the custom wxDDEServer is required -so that a user-overriden \helpref{wxDDEClient::OnMakeConnection}{wxddeclientonmakeconnection} member can return +so that a user-overridden \helpref{wxDDEClient::OnMakeConnection}{wxddeclientonmakeconnection} member can return a wxDDEConnection of the required class, when a connection is made. This DDE-based implementation is @@ -66,7 +66,6 @@ store application-specific data in instances of the new class. \func{bool}{ValidHost}{\param{const wxString\& }{host}} -Returns TRUE if this is a valid host name, FALSE otherwise. This always -returns TRUE under MS Windows. - +Returns true if this is a valid host name, false otherwise. This always +returns true under MS Windows.