Browse Source

not build -DKICAD_GOST

pull/1/head
faa 17 years ago
parent
commit
3339f54f50
  1. 2
      eeschema/libfield.cpp

2
eeschema/libfield.cpp

@ -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" ),

Loading…
Cancel
Save