]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/setup_inc.h
cleanup - fixed warnings, reformatting
[wxWidgets.git] / include / wx / setup_inc.h
index f34caf2a33a1801b50982edd13ee657d28b309c7..500493b6b672df735428d1398ed3989cc199fe35 100644 (file)
 #define wxUSE_STREAMS       1
 
 // Use standard C++ streams if 1 instead of wx streams in some places. If
-// disabled (default),.wx streams are used everywhere and wxWidgets doesn't
+// disabled (default), wx streams are used everywhere and wxWidgets doesn't
 // depend on the standard streams library.
 //
 // Notice that enabling this does not replace wx streams with std streams