projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rename wxRendererNative::DrawRadioButton() to DrawRadioBitmap().
[wxWidgets.git]
/
src
/
os2
/
tooltip.cpp
diff --git
a/src/os2/tooltip.cpp
b/src/os2/tooltip.cpp
index 300dedee4edecceafd40c9c2aee5fdac946111e7..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(_T("Unable to create tooltip window"));
+ {
+ wxLogError(wxT("Unable to create tooltip window"));
+ }
wxColour vColor( wxT("YELLOW") );
lColor = (LONG)vColor.GetPixel();