Previous dirty hack was too dirty :)
This commit is contained in:
parent
a8e995cb4b
commit
a0e0ad6fea
|
@ -72,9 +72,6 @@ void CVPCB_MAINFRAME::AssocieModule( wxCommandEvent& event )
|
||||||
for( ii = 0; ii < m_AliasLibNames.GetCount(); ii++ )
|
for( ii = 0; ii < m_AliasLibNames.GetCount(); ii++ )
|
||||||
{
|
{
|
||||||
fn = m_AliasLibNames[ii];
|
fn = m_AliasLibNames[ii];
|
||||||
//msg.Printf( _( "Library: %s." ),
|
|
||||||
// GetChars( fn.GetFullName() ) );
|
|
||||||
//wxMessageBox( msg, titleLibLoadError, wxOK | wxICON_ERROR );
|
|
||||||
if( !fn.HasExt() ) {
|
if( !fn.HasExt() ) {
|
||||||
fn.SetExt( FootprintAliasFileExtension );
|
fn.SetExt( FootprintAliasFileExtension );
|
||||||
// above fails if filename have more than one point
|
// above fails if filename have more than one point
|
||||||
|
|
Loading…
Reference in New Issue