Fixed wxString::Format assert

This commit is contained in:
Oliver Walters 2017-04-04 22:27:13 +10:00 committed by Wayne Stambaugh
parent a39856485c
commit 5126332c57
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ void DIALOG_BOM_EDITOR::UpdateTitle()
{ {
title += wxString::Format( " %s %u %s", title += wxString::Format( " %s %u %s",
_( "in" ), _( "in" ),
m_bom->Groups.size(), (unsigned int) m_bom->Groups.size(),
_( "groups" ) ); _( "groups" ) );
} }