Unify KiCad Manager title bar versions
This commit is contained in:
parent
4d2ce5c685
commit
84cfa052a1
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue