]> git.saurik.com Git - wxWidgets.git/commitdiff
removed erroneous spaces from wxTo/FromString() documentation
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Jul 2007 10:29:33 +0000 (10:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Jul 2007 10:29:33 +0000 (10:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index 3c70a4f6bfbf7d2eda02a79bca95094c9e032882..e145da28863227e84e970bc25a83729004a74912 100644 (file)
@@ -3263,7 +3263,7 @@ and current pointer position in screen coordinates.
 
 \membersection{wxFromString}\label{wxfromstring}
 
-\func{bool} {wxFromString}{\param{const wxString\& }{str},
+\func{bool}{wxFromString}{\param{const wxString\& }{str},
                            \param{wxColourBase* }{col}}
 
 Converts string to the type of the second argument. Returns \true on success.
@@ -3587,7 +3587,7 @@ Notice that there should be no semicolon after this macro.
 
 \membersection{wxToString}\label{wxtostring}
 
-\func{wxString} {wxToString}{\param{const wxColourBase\& }{col}}
+\func{wxString}{wxToString}{\param{const wxColourBase\& }{col}}
 
 Converts its argument to string.
 See also: \helpref{wxFromString}{wxfromstring}.