Undo accidental commit change to kiway.cpp
This commit is contained in:
parent
ea077bc34d
commit
6022979bfe
|
@ -445,8 +445,7 @@ KIWAY_PLAYER* KIWAY::Player( FRAME_T aFrameType, bool doCreate, wxTopLevelWindow
|
|||
}
|
||||
catch( const std::exception& e )
|
||||
{
|
||||
const char* ptr = e.what();
|
||||
wxLogError( ptr );
|
||||
wxLogError( e.what() );
|
||||
wxLogError( _( "Error loading editor." ) );
|
||||
}
|
||||
catch( ... )
|
||||
|
|
Loading…
Reference in New Issue