projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxAny initial commit (closes #10932)
[wxWidgets.git]
/
src
/
os2
/
tooltip.cpp
diff --git
a/src/os2/tooltip.cpp
b/src/os2/tooltip.cpp
index 09b70270e2008564d1204eb9afa881e33a8878b7..685cf0233976e841c9abf722710b44f6cf724244 100644
(file)
--- a/
src/os2/tooltip.cpp
+++ b/
src/os2/tooltip.cpp
@@
-71,7
+71,9
@@
void wxToolTip::Create(
,NULL
);
if (!m_hWnd)
- wxLogError("Unable to create tooltip window");
+ {
+ wxLogError(wxT("Unable to create tooltip window"));
+ }
wxColour vColor( wxT("YELLOW") );
lColor = (LONG)vColor.GetPixel();