projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Switch off the tests on Windows and switch back on the email notifications.
[wxWidgets.git]
/
src
/
os2
/
tooltip.cpp
diff --git
a/src/os2/tooltip.cpp
b/src/os2/tooltip.cpp
index a2783f7b7c33a403e0cf9d4ec9ccf8e0d7ed927d..300dedee4edecceafd40c9c2aee5fdac946111e7 100644
(file)
--- a/
src/os2/tooltip.cpp
+++ b/
src/os2/tooltip.cpp
@@
-56,7
+56,6
@@
void wxToolTip::Create(
)
{
ULONG lStyle = ES_READONLY | ES_MARGIN | ES_CENTER;
)
{
ULONG lStyle = ES_READONLY | ES_MARGIN | ES_CENTER;
- wxColour vColor;
LONG lColor;
char zFont[128];
LONG lColor;
char zFont[128];
@@
-72,9
+71,9
@@
void wxToolTip::Create(
,NULL
);
if (!m_hWnd)
,NULL
);
if (!m_hWnd)
- wxLogError(
"Unable to create tooltip window"
);
+ wxLogError(
_T("Unable to create tooltip window")
);
-
vColor.InitFromName("YELLOW"
);
+
wxColour vColor( wxT("YELLOW")
);
lColor = (LONG)vColor.GetPixel();
::WinSetPresParam( m_hWnd
,PP_BACKGROUNDCOLOR
lColor = (LONG)vColor.GetPixel();
::WinSetPresParam( m_hWnd
,PP_BACKGROUNDCOLOR