Unicode compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -120,7 +120,7 @@ struct WXDLLEXPORT wxThemeInfo
|
|||||||
bool wxThemeUse##themename = TRUE; \
|
bool wxThemeUse##themename = TRUE; \
|
||||||
wxTheme *wxCtorFor##themename() { return new classname; } \
|
wxTheme *wxCtorFor##themename() { return new classname; } \
|
||||||
wxThemeInfo classname::ms_info##themename(wxCtorFor##themename, \
|
wxThemeInfo classname::ms_info##themename(wxCtorFor##themename, \
|
||||||
#themename, themedesc)
|
wxT( #themename ), themedesc)
|
||||||
|
|
||||||
#endif // _WX_UNIV_THEME_H_
|
#endif // _WX_UNIV_THEME_H_
|
||||||
|
|
||||||
|
@@ -92,7 +92,7 @@ wxString wxBestHelpController::GetValidFilename( const wxString& filename ) cons
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// we CAN'T get here
|
// we CAN'T get here
|
||||||
wxFAIL_MSG( "wxBestHelpController: Must call Initialize, first!" );
|
wxFAIL_MSG( wxT("wxBestHelpController: Must call Initialize, first!") );
|
||||||
return wxEmptyString;
|
return wxEmptyString;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user