]> git.saurik.com Git - wxWidgets.git/commitdiff
Added 'wx' prefix to a couple of functions
authorJulian Smart <julian@anthemion.co.uk>
Mon, 11 Jun 2001 16:23:51 +0000 (16:23 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 11 Jun 2001 16:23:51 +0000 (16:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index 2e2a82e22e9b4fd2a20cbc21c7df14c46ffca0d5..1bbd53512e8ad34765501eaa10235a052ecac95a 100644 (file)
@@ -470,7 +470,7 @@ string, {\tt FALSE} otherwise.
 
 \membersection{::wxStricmp}\label{wxstricmp}
 
-\func{int}{Stricmp}{\param{const char *}{p1}, \param{const char *}{p2}}
+\func{int}{wxStricmp}{\param{const char *}{p1}, \param{const char *}{p2}}
 
 Returns a negative value, 0, or positive value if {\it p1} is less than, equal
 to or greater than {\it p2}. The comparison is case-insensitive.