]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/zstream.cpp
Calling a Refresh() before the window is created no longer
[wxWidgets.git] / src / common / zstream.cpp
index d6e0b5731bc742d3e146fdff245e18f06ab9453a..1090d6b3a297a148961138b65ca8b7eaf6219627 100644 (file)
@@ -138,7 +138,7 @@ wxZlibOutputStream::~wxZlibOutputStream()
   err = deflate(m_deflate, Z_FINISH);
   if (err != Z_STREAM_END) 
   {
-    wxLogDebug( _T("wxZlibOutputStream: an error occured while closing the stream.\n") );
+    wxLogDebug( wxT("wxZlibOutputStream: an error occured while closing the stream.\n") );
     return;
   }