eeschema: add forgotten major fix in bzr3471

This commit is contained in:
Andrey Fedorushkov 2012-03-20 19:19:07 +04:00
parent b8a2c4e240
commit 00e6f01584
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ void DIALOG_BUILD_BOM::CreatePartsList( const wxString& aFullFileName, bool aInc
cmplist.RemoveSubComponentsFromList();
// sort component list by value
cmplist.SortByRefAndValue( );
cmplist.SortByValueAndRef( );
PrintComponentsListByPart( f, cmplist, aIncludeSubComponents );
fclose( f );