]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/stream.tex
Updated section on XRC-writing tools
[wxWidgets.git] / docs / latex / wx / stream.tex
index d573446a8648d9883f9b80d27cfec0470a58b48c..4b2997f0ebdb2a16b8a34a44250da2ff3ae0c661 100644 (file)
@@ -270,8 +270,8 @@ Returns the amount of bytes read during the last IO call to the parent stream.
 \func{void}{Fixed}{\param{bool}{ fixed}}
 
 Toggles the fixed flag. Usually this flag is toggled at the same time as 
-{\it flushable}. This flag allows (when it has the FALSE value) or forbids
-(when it has the TRUE value) the stream buffer to resize dynamically the IO buffer.
+{\it flushable}. This flag allows (when it has the false value) or forbids
+(when it has the true value) the stream buffer to resize dynamically the IO buffer.
 
 \wxheading{See also}