~cern-kicad/kicad/kicad-pns-tom

« back to all changes in this revision

Viewing changes to eeschema/dialogs/dialog_eeschema_options_base.cpp

  • Committer: jean-pierre charras
  • Date: 2013-07-22 16:45:22 UTC
  • mto: (4024.1.220 kicad)
  • mto: This revision was merged to the branch mainline in revision 4221.
  • Revision ID: jp.charras@wanadoo.fr-20130722164522-nfdq3gaj5rgoy1v4
Fix GOST compatibility.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
        m_staticText23->Wrap( -1 );
144
144
        fgSizer1->Add( m_staticText23, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 3 );
145
145
        
146
 
        m_staticText26 = new wxStaticText( m_panel1, wxID_ANY, _("part id notation:"), wxDefaultPosition, wxDefaultSize, 0 );
 
146
        m_staticText26 = new wxStaticText( m_panel1, wxID_ANY, _("Part id notation:"), wxDefaultPosition, wxDefaultSize, 0 );
147
147
        m_staticText26->Wrap( -1 );
148
148
        fgSizer1->Add( m_staticText26, 0, wxRIGHT|wxLEFT|wxALIGN_CENTER_VERTICAL, 5 );
149
149