X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1eac776c037870e281d12d39a071babb18cb39ab..6f34921d9369a31de14e4b07e4824e2d701710f0:/src/common/zstream.cpp?ds=inline diff --git a/src/common/zstream.cpp b/src/common/zstream.cpp index ea64071eb7..569401fdce 100644 --- a/src/common/zstream.cpp +++ b/src/common/zstream.cpp @@ -17,7 +17,8 @@ #include #include #include -#include "zlib.h" +#include +#include "../zlib/zlib.h" // don't change this, Robert #ifdef __BORLANDC__ #pragma hdrstop @@ -130,8 +131,8 @@ wxZlibOutputStream::~wxZlibOutputStream() err = deflate(&m_deflate, Z_FINISH); if (err != Z_STREAM_END) { - wxDebugMsg("wxZlibOutputStream: an error occured while we was closing " - "the stream.\n"); + wxDebugMsg(_("wxZlibOutputStream: an error occured while we was closing " + "the stream.\n")); return; }