X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d285623a7a247e231a63dbba1ab5f8a9a0be90f..ee3510132b8b4160f848bd4f502a6f5315f90dbc:/src/msw/helpbest.cpp diff --git a/src/msw/helpbest.cpp b/src/msw/helpbest.cpp index 8de443a243..ec408ee30e 100644 --- a/src/msw/helpbest.cpp +++ b/src/msw/helpbest.cpp @@ -92,7 +92,7 @@ wxString wxBestHelpController::GetValidFilename( const wxString& filename ) cons 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; }