OK, while I wait for the non-Unicode build to compile, I can report
that now all files in gtk/ compiles in Unicode mode. unix/ is still missing, but that probably wouldn't take too long. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -69,7 +69,7 @@ void wxToolTip::Apply( wxWindow *win )
|
||||
m_window = win;
|
||||
|
||||
if (m_text.IsEmpty())
|
||||
m_window->ApplyToolTip( ss_tooltips, (char*) NULL );
|
||||
m_window->ApplyToolTip( ss_tooltips, (wxChar*) NULL );
|
||||
else
|
||||
m_window->ApplyToolTip( ss_tooltips, m_text );
|
||||
}
|
||||
|
Reference in New Issue
Block a user