projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix discrepancy between different ways of measuring text extents under Mac.
[wxWidgets.git]
/
src
/
msw
/
statbox.cpp
diff --git
a/src/msw/statbox.cpp
b/src/msw/statbox.cpp
index 14cb7674eb4799f42186076763b31e3e3e65c4c9..18abded0440ba9160111de6177d57f246037d2a9 100644
(file)
--- a/
src/msw/statbox.cpp
+++ b/
src/msw/statbox.cpp
@@
-259,7
+259,7
@@
SubtractRectFromRgn(HRGN hrgn, int left, int top, int right, int bottom)
AutoHRGN hrgnRect(::CreateRectRgn(left, top, right, bottom));
if ( !hrgnRect )
{
- wxLogLastError(
_
T("CreateRectRgn()"));
+ wxLogLastError(
wx
T("CreateRectRgn()"));
return;
}