Fixed wxString::Format assert
This commit is contained in:
parent
a39856485c
commit
5126332c57
|
@ -173,7 +173,7 @@ void DIALOG_BOM_EDITOR::UpdateTitle()
|
|||
{
|
||||
title += wxString::Format( " %s %u %s",
|
||||
_( "in" ),
|
||||
m_bom->Groups.size(),
|
||||
(unsigned int) m_bom->Groups.size(),
|
||||
_( "groups" ) );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue