Undo accidental commit change to kiway.cpp

This commit is contained in:
Marek Roszko 2023-04-18 23:04:51 -04:00
parent ea077bc34d
commit 6022979bfe
1 changed files with 1 additions and 2 deletions

View File

@ -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( ... )