minor typo fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -320,7 +320,7 @@ of the base's is merged with this URI's path, resulting in the URI
|
|||||||
|
|
||||||
\docparam{base}{Base URI to inherit from. Must be a full URI and not a reference}
|
\docparam{base}{Base URI to inherit from. Must be a full URI and not a reference}
|
||||||
\docparam{flags}{Currently either \texttt{wxURI\_STRICT} or $0$, in non strict
|
\docparam{flags}{Currently either \texttt{wxURI\_STRICT} or $0$, in non strict
|
||||||
mode some compatability layers are enabled to allow loopholes from RFCs prior
|
mode some compatibility layers are enabled to allow loopholes from RFCs prior
|
||||||
to 2396}
|
to 2396}
|
||||||
|
|
||||||
\membersection{wxURI::Unescape}\label{wxuriunescape}
|
\membersection{wxURI::Unescape}\label{wxuriunescape}
|
||||||
|
@@ -415,7 +415,7 @@ MyFrame::MyFrame(const wxString& title)
|
|||||||
//
|
//
|
||||||
// The fourth is an optional userdata param -
|
// The fourth is an optional userdata param -
|
||||||
// this is of historical relevance only and is
|
// this is of historical relevance only and is
|
||||||
// there only for backwards compatability.
|
// there only for backwards compatibility.
|
||||||
//
|
//
|
||||||
// The fifth is the context in which to call the
|
// The fifth is the context in which to call the
|
||||||
// handler - by default (this param is optional)
|
// handler - by default (this param is optional)
|
||||||
|
@@ -1227,7 +1227,7 @@ bool wxURI::IsDigit(const wxChar& c)
|
|||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// wxURL Compatability
|
// wxURL Compatibility
|
||||||
//
|
//
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@@ -577,7 +577,7 @@ wxImageList* wxTreeCtrl::GetStateImageList () const
|
|||||||
// The SETS of imagelists really do nothing under OS2 as a RECORDCORE
|
// The SETS of imagelists really do nothing under OS2 as a RECORDCORE
|
||||||
// struct has the icon imbedded in it that it uses for the icon being
|
// struct has the icon imbedded in it that it uses for the icon being
|
||||||
// displayed via the TREEITEMDESC member. Provided for interface
|
// displayed via the TREEITEMDESC member. Provided for interface
|
||||||
// compatability only
|
// compatibility only
|
||||||
//
|
//
|
||||||
void wxTreeCtrl::SetAnyImageList (
|
void wxTreeCtrl::SetAnyImageList (
|
||||||
wxImageList* WXUNUSED(pImageList)
|
wxImageList* WXUNUSED(pImageList)
|
||||||
|
Reference in New Issue
Block a user