]> git.saurik.com Git - wxWidgets.git/commitdiff
emphasize that result of wxGetWorkingDirectory() must be delete[]d
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Sep 2003 23:58:34 +0000 (23:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Sep 2003 23:58:34 +0000 (23:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index 0318e25402b1bd6adcf0009ffcd5b14cb3760b05..81d013b211249727740dd8292c7cb7e8f1600c0b 100644 (file)
@@ -985,8 +985,8 @@ Returns a string containing the current (or working) directory.
 {\bf NB:} This function is obsolete: use \helpref{wxGetCwd}{wxgetcwd} instead.
 
 Copies the current working directory into the buffer if supplied, or
 {\bf NB:} This function is obsolete: use \helpref{wxGetCwd}{wxgetcwd} instead.
 
 Copies the current working directory into the buffer if supplied, or
-copies the working directory into new storage (which you must delete yourself)
-if the buffer is NULL.
+copies the working directory into new storage (which you {\emph must} delete
+yourself) if the buffer is NULL.
 
 {\it sz} is the size of the buffer if supplied.
 
 
 {\it sz} is the size of the buffer if supplied.