cb-11272 : I found some other corrections to make I propose a patch
The change around line 3062 looks suspicious, line reordering breaks the code and the string macro has not changed at all.
Now support for wxWidgets 2,8 has been removed, using wxT() and _T() macros is not needed anymore,
wxT()
_T()
I've changed the title, because the description doesn't describe what is the actual error.
Log in to post a comment.
The change around line 3062 looks suspicious, line reordering breaks the code and the string macro has not changed at all.
Now support for wxWidgets 2,8 has been removed, using
wxT()
and_T()
macros is not needed anymore,I've changed the title, because the description doesn't describe what is the actual error.