Unify KiCad Manager title bar versions

This commit is contained in:
Seth Hillbrand 2021-11-29 16:19:33 -08:00
parent 4d2ce5c685
commit 84cfa052a1
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ KICAD_MANAGER_FRAME::KICAD_MANAGER_FRAME( wxWindow* parent, const wxString& titl
if( ADVANCED_CFG::GetCfg().m_HideVersionFromTitle )
SetTitle( wxT( "KiCad" ) );
else
SetTitle( wxString( "KiCad " ) + GetBuildVersion() );
SetTitle( wxString( "KiCad " ) + GetMajorMinorVersion() );
// Do not let the messages window have initial focus
m_leftWin->SetFocus();