wxMac Unicode support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -717,9 +717,8 @@ void wxLogStderr::DoLogString(const wxChar *szString, time_t WXUNUSED(t))
|
||||
|
||||
#if defined(__WXMAC__) && !defined(__DARWIN__) && wxUSE_GUI
|
||||
Str255 pstr ;
|
||||
strcpy( (char*) pstr , str.c_str() ) ;
|
||||
strcat( (char*) pstr , ";g" ) ;
|
||||
c2pstr( (char*) pstr ) ;
|
||||
wxString output = str + wxT(";g") ;
|
||||
wxMacStringToPascal( output.c_str() , pstr ) ;
|
||||
|
||||
Boolean running = false ;
|
||||
|
||||
|
Reference in New Issue
Block a user