Commit 3db5876c authored by faa's avatar faa

pcbnew not build

parent 07988a70
......@@ -83,7 +83,7 @@ void EnsureGridColumnWidths( wxGrid* aGrid )
for( int col=0; col<colCount; ++col )
{
// add two spaces to the text and size it.
wxString colText = aGrid->GetColLabelValue( col ) + ' ' + ' ';
wxString colText = aGrid->GetColLabelValue( col ) + wxT( " " );
wxSize needed = sDC.GetTextExtent( colText );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment