projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't use built-in support for menu bitmaps if they are too big, they don't come...
[wxWidgets.git]
/
src
/
os2
/
tooltip.cpp
diff --git
a/src/os2/tooltip.cpp
b/src/os2/tooltip.cpp
index 09b70270e2008564d1204eb9afa881e33a8878b7..300dedee4edecceafd40c9c2aee5fdac946111e7 100644
(file)
--- a/
src/os2/tooltip.cpp
+++ b/
src/os2/tooltip.cpp
@@
-71,7
+71,7
@@
void wxToolTip::Create(
,NULL
);
if (!m_hWnd)
- wxLogError(
"Unable to create tooltip window"
);
+ wxLogError(
_T("Unable to create tooltip window")
);
wxColour vColor( wxT("YELLOW") );
lColor = (LONG)vColor.GetPixel();