Update copyright year in About dialog to 2020
This commit is contained in:
parent
5053f58bfc
commit
f359892de3
|
@ -64,7 +64,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
aInfo.SetAppName( Pgm().App().GetAppName() );
|
aInfo.SetAppName( Pgm().App().GetAppName() );
|
||||||
|
|
||||||
/* Copyright information */
|
/* Copyright information */
|
||||||
aInfo.SetCopyright( "(C) 1992-2019 KiCad Developers Team" );
|
aInfo.SetCopyright( "(C) 1992-2020 KiCad Developers Team" );
|
||||||
|
|
||||||
/* KiCad build version */
|
/* KiCad build version */
|
||||||
wxString version;
|
wxString version;
|
||||||
|
|
Loading…
Reference in New Issue