Browse Source

Previous dirty hack was too dirty :)

pull/1/head
Vladimir Ur 15 years ago
parent
commit
a0e0ad6fea
  1. 3
      cvpcb/autosel.cpp

3
cvpcb/autosel.cpp

@ -72,9 +72,6 @@ void CVPCB_MAINFRAME::AssocieModule( wxCommandEvent& event )
for( ii = 0; ii < m_AliasLibNames.GetCount(); ii++ )
{
fn = m_AliasLibNames[ii];
//msg.Printf( _( "Library: %s." ),
// GetChars( fn.GetFullName() ) );
//wxMessageBox( msg, titleLibLoadError, wxOK | wxICON_ERROR );
if( !fn.HasExt() ) {
fn.SetExt( FootprintAliasFileExtension );
// above fails if filename have more than one point

Loading…
Cancel
Save