git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11656
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool wxThemeUse##themename = TRUE; \
wxTheme *wxCtorFor##themename() { return new classname; } \
wxThemeInfo classname::ms_info##themename(wxCtorFor##themename, \
- #themename, themedesc)
+ wxT( #themename ), themedesc)
#endif // _WX_UNIV_THEME_H_
break;
default:
// we CAN'T get here
- wxFAIL_MSG( "wxBestHelpController: Must call Initialize, first!" );
+ wxFAIL_MSG( wxT("wxBestHelpController: Must call Initialize, first!") );
return wxEmptyString;
break;
}