Commit 3339f54f authored by faa's avatar faa

not build -DKICAD_GOST

parent 989ccd0e
......@@ -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" ),
......
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