Konstantin Baranovskiy in About dialog.
This commit is contained in:
parent
51d445007f
commit
62f1111c0b
|
@ -538,6 +538,10 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Russian (RU)" ) );
|
"Russian (RU)" ) );
|
||||||
|
aInfo.AddTranslator( new CONTRIBUTOR( "Konstantin Baranovskiy",
|
||||||
|
wxEmptyString,
|
||||||
|
wxEmptyString,
|
||||||
|
"Russian (RU)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Pedro Martin del Valle",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Pedro Martin del Valle",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
|
@ -672,10 +676,6 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
ICON_CONTRIBUTION ) );
|
ICON_CONTRIBUTION ) );
|
||||||
aInfo.AddArtist( new CONTRIBUTOR( "Konstantin Baranovskiy",
|
|
||||||
wxEmptyString,
|
|
||||||
wxEmptyString,
|
|
||||||
ICON_CONTRIBUTION ) );
|
|
||||||
aInfo.AddArtist( new CONTRIBUTOR( "Fabrizio Tappero",
|
aInfo.AddArtist( new CONTRIBUTOR( "Fabrizio Tappero",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
|
|
Loading…
Reference in New Issue