]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/function.tex
Added focus in/out handlers for wxTextCtrl
[wxWidgets.git] / docs / latex / wx / function.tex
index ca75cff21afe791948136e084118a606de67809a..a55b29525aa0b6d9531c7527125564df24fc8ead 100644 (file)
@@ -118,7 +118,7 @@ Returns TRUE if the directory exists.
 
 \membersection{::wxDos2UnixFilename}
 
-\func{void}{Dos2UnixFilename}{\param{const wxString\& }{s}}
+\func{void}{wxDos2UnixFilename}{\param{wxChar *}{s}}
 
 Converts a DOS to a Unix filename by replacing backslashes with forward
 slashes.
@@ -3012,7 +3012,7 @@ Returns {\tt TRUE} on success.
 \func{bool}{wxUnsetEnv}{\param{const wxString\&}{ var}}
 
 Removes the variable {\it var} from the environment. 
-\helpref{wxGetEnv}[wxgetenv} will return {\tt NULL} after the call to this
+\helpref{wxGetEnv}{wxgetenv} will return {\tt NULL} after the call to this
 function.
 
 Returns {\tt TRUE} on success.