More wxString wide literals.

This commit is contained in:
Jeff Young
2022-02-05 21:29:34 +00:00
parent 9582457fef
commit 7ccac79192
102 changed files with 774 additions and 713 deletions
+1 -1
View File
@@ -750,7 +750,7 @@ void BRDITEMS_PLOTTER::PlotFootprintShape( const FP_SHAPE* aShape )
break;
default:
wxASSERT_MSG( false, "Unhandled FP_SHAPE shape" );
wxASSERT_MSG( false, wxT( "Unhandled FP_SHAPE shape" ) );
break;
}
}