~bidulock/kicad/kicad-brian

« back to all changes in this revision

Viewing changes to eeschema/symbedit.cpp

  • Committer: Brian F. G. Bidulock
  • Date: 2010-06-30 12:43:10 UTC
  • mfrom: (2360.3.47 testing)
  • Revision ID: brian@habeascorpus-20100630124310-9p4sig3zj1gqnlqd
mergedĀ upstreamĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
    else
176
176
        line << wxT( "~ " );
177
177
 
178
 
    line << 0 << wxT( " " ) << m_component->m_TextInside << wxT( " " );
 
178
    line << 0 << wxT( " " ) << m_component->GetPinNameOffset() << wxT( " " );
179
179
 
180
 
    if( m_component->m_DrawPinNum )
 
180
    if( m_component->ShowPinNumbers() )
181
181
        line << wxT( "Y " );
182
182
    else
183
183
        line << wxT( "N " );
184
184
 
185
 
    if( m_component->m_DrawPinName )
 
185
    if( m_component->ShowPinNames() )
186
186
        line << wxT( "Y " );
187
187
    else
188
188
        line << wxT( "N " );