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 )
|
catch( const std::exception& e )
|
||||||
{
|
{
|
||||||
const char* ptr = e.what();
|
wxLogError( e.what() );
|
||||||
wxLogError( ptr );
|
|
||||||
wxLogError( _( "Error loading editor." ) );
|
wxLogError( _( "Error loading editor." ) );
|
||||||
}
|
}
|
||||||
catch( ... )
|
catch( ... )
|
||||||
|
|
Loading…
Reference in New Issue