]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strlist.tex
define NO_GCC_PRAGMA in wx-config output on Darwin
[wxWidgets.git] / docs / latex / wx / strlist.tex
index 4c98872b3091647fff06e2502818b1c75ceb2edc..8956e27041a913332850a83fc13d3f58671bf63c 100644 (file)
@@ -61,16 +61,16 @@ Searches for string and deletes from list, deallocating memory.
 
 \membersection{wxStringList::ListToArray}
 
-\func{char*}{ListToArray}{\param{bool}{ new\_copies = FALSE}}
+\func{char*}{ListToArray}{\param{bool}{ new\_copies = false}}
 
 Converts the list to an array of strings, only allocating new memory if
-\rtfsp{\bf new\_copies} is TRUE.
+\rtfsp{\bf new\_copies} is true.
 
 \membersection{wxStringList::Member}
 
 \func{bool}{Member}{\param{const wxString\& }{s}}
 
-Returns TRUE if {\bf s} is a member of the list (tested using {\bf strcmp}).
+Returns true if {\bf s} is a member of the list (tested using {\bf strcmp}).
 
 \membersection{wxStringList::Sort}