wxT rework for common directory

This commit is contained in:
Seth Hillbrand
2022-02-04 16:24:50 -08:00
parent 4657614e4f
commit e18fc36646
92 changed files with 1062 additions and 1062 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ void PDF_PLOTTER::SetCurrentLineWidth( int aWidth, void* aData )
if( aWidth == 0 )
aWidth = 1;
wxASSERT_MSG( aWidth > 0, "Plotter called to set negative pen width" );
wxASSERT_MSG( aWidth > 0, wxT( "Plotter called to set negative pen width" ) );
if( aWidth != m_currentPenWidth )
fprintf( workFile, "%g w\n", userToDeviceSize( aWidth ) );