not build -DKICAD_GOST

This commit is contained in:
faa 2009-04-17 03:31:04 +00:00
parent 989ccd0e0e
commit 3339f54f50
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ static wxString ReturnFieldFullText( LibDrawField* aField)
{
#if defined(KICAD_GOST)
text.Printf( wxT( "%s?.%c" ),
aField->m_Text.m_Text.GetData(), CurrentUnit + '1' - 1 );
aField->m_Text.GetData(), CurrentUnit + '1' - 1 );
#else
text.Printf( wxT( "%s?%c" ),