pcbnew not build

This commit is contained in:
faa 2009-11-02 10:06:42 +00:00
parent 07988a70fb
commit 3db5876c55
1 changed files with 1 additions and 1 deletions

View File

@ -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 );