X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46dc76ba3573649a9ed7c7aff6dc677f533eee11..d1427b705318677afe28b1291867f6930c8823a7:/src/common/zstream.cpp diff --git a/src/common/zstream.cpp b/src/common/zstream.cpp index 85b95b59e3..569401fdce 100644 --- a/src/common/zstream.cpp +++ b/src/common/zstream.cpp @@ -17,7 +17,8 @@ #include #include #include -#include "../zlib/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; }