From 964b5a183077be32e2a5cec61c890e8fb69def80 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Wed, 14 Sep 2016 17:38:52 -0500 Subject: [PATCH] Split IO_ERROR out of richio.* and store Problem() and Where() separately --- eeschema/dialogs/dialog_bom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/dialogs/dialog_bom.cpp b/eeschema/dialogs/dialog_bom.cpp index 2e23ddf314..16ccce5d46 100644 --- a/eeschema/dialogs/dialog_bom.cpp +++ b/eeschema/dialogs/dialog_bom.cpp @@ -302,7 +302,7 @@ void DIALOG_BOM::installPluginsList() } catch( const IO_ERROR& ioe ) { -// wxLogMessage( ioe.errorText ); +// wxLogMessage( ioe.What() ); } }