Another reduction in asserts.

This commit is contained in:
Jeff Young
2024-07-19 22:11:56 +01:00
parent 7cad4f5639
commit b8819b4636
20 changed files with 82 additions and 91 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ void PlotDrawingSheet( PLOTTER* plotter, const PROJECT* aProject, const TITLE_BL
break;
default:
wxFAIL_MSG( "PlotDrawingSheet(): Unknown drawing sheet item." );
wxFAIL_MSG( wxT( "PlotDrawingSheet(): Unknown drawing sheet item." ) );
break;
}
}