projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxChoice/wxComboBox background colour change (to get back to where we were);
[wxWidgets.git]
/
src
/
common
/
zstream.cpp
diff --git
a/src/common/zstream.cpp
b/src/common/zstream.cpp
index d6e0b5731bc742d3e146fdff245e18f06ab9453a..1090d6b3a297a148961138b65ca8b7eaf6219627 100644
(file)
--- a/
src/common/zstream.cpp
+++ b/
src/common/zstream.cpp
@@
-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(
wx
T("wxZlibOutputStream: an error occured while closing the stream.\n") );
return;
}