X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3e65dac0c4e7ad19e3c270caa1e0eea138e5d8d..d1427b705318677afe28b1291867f6930c8823a7:/src/common/zstream.cpp?ds=sidebyside diff --git a/src/common/zstream.cpp b/src/common/zstream.cpp index dc4596f837..569401fdce 100644 --- a/src/common/zstream.cpp +++ b/src/common/zstream.cpp @@ -17,6 +17,7 @@ #include #include #include +#include #include "../zlib/zlib.h" // don't change this, Robert #ifdef __BORLANDC__ @@ -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; }