diff --git a/common/single_top.cpp b/common/single_top.cpp index 0248f5f119..19104c4261 100644 --- a/common/single_top.cpp +++ b/common/single_top.cpp @@ -236,7 +236,8 @@ struct APP_SINGLE_TOP : public wxApp catch( const std::exception& e ) { wxLogError( wxT( "Unhandled exception class: %s what: %s" ), - typeid(e).name(), e.what() ); + GetChars( FROM_UTF8( typeid(e).name() )), + GetChars( FROM_UTF8( e.what() ) ) );; } catch( const IO_ERROR& ioe ) {