]> git.saurik.com Git - wxWidgets.git/commitdiff
unicode fix
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 26 Dec 2004 09:16:29 +0000 (09:16 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 26 Dec 2004 09:16:29 +0000 (09:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/chm.cpp

index c2ba664e273e0776272d5ab144fb96018279c60a..bf73b40bd61b85e281d517b8b9391e46f0df1b1a 100644 (file)
@@ -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 ;