X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fbd3562061e859115dbcff9407c6080870d0661f..21bd196564d8483879a57c40ec1eea64114f9bd4:/src/html/chm.cpp diff --git a/src/html/chm.cpp b/src/html/chm.cpp index c2ba664e27..bf73b40bd6 100644 --- a/src/html/chm.cpp +++ b/src/html/chm.cpp @@ -636,7 +636,7 @@ wxChmInputStream::CreateHHPStream() wxUint32 dummy = *((wxUint32 *)(structptr+0)) ; wxUint32 lcid = wxUINT32_SWAP_ON_BE( dummy ) ; wxString msg ; - msg.Printf("Language=0x%X\r\n",lcid) ; + msg.Printf(_T("Language=0x%X\r\n"),lcid) ; out->Write(msg.c_str() , msg.Length() ) ; } break ;