← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Sync the about dialog with AUTHORS.txt

 

Thank you. I just noted that I made a typo somehow. Please apply the
attached patch.

I also found that I did not add the best translators of all time
(maybe not all time), but at least recent time. Kerusey and Marco. So
I added them also.

2015-04-05 11:49 GMT+02:00 jp charras <jp.charras@xxxxxxxxxx>:
> Le 03/04/2015 16:20, Nick Østergaard a écrit :
>> Hello
>>
>> This patch syncs the about dialog with AUTHORS.txt, and updates the
>> copyright year.
>>
>> Nick Østergaard
>
> Committed. Thanks.
>
>
> --
> Jean-Pierre CHARRAS
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
=== modified file 'common/dialog_about/AboutDialog_main.cpp'
--- common/dialog_about/AboutDialog_main.cpp	2015-04-05 09:48:54 +0000
+++ common/dialog_about/AboutDialog_main.cpp	2015-04-05 11:43:15 +0000
@@ -275,7 +275,7 @@
     info.AddDeveloper(
         new Contributor( wxT( "Andrew Zonenberg" ),        wxT( "azonenberg@xxxxxxxxxxxxxxx" ) ) );
     info.AddDeveloper(
-        new Contributor( wxT( "Nick Østergaard" ),         wxT( "toe.nick@xxxxxxxxx" ) ) );
+        new Contributor( wxT( "Nick Østergaard" ),         wxT( "oe.nick@xxxxxxxxx" ) ) );
 
     // The document writers
     info.AddDocWriter(
@@ -300,6 +300,8 @@
     info.AddTranslator(
         new Contributor( wxT( "Mateusz Skowroński" ),     wxT( "skowri@xxxxxxxxx" ),              wxT( "Polish (PL)" ),   KiBitmapNew( lang_pl_xpm ) ) );
     info.AddTranslator(
+        new Contributor( wxT( "Kerusey Karyu" ),          wxT( "keruseykaryu@xxxxx" ),            wxT( "Polish (PL)" ),   KiBitmapNew( lang_pl_xpm ) ) );
+    info.AddTranslator(
         new Contributor( wxT( "Renie Marquet" ),          wxT( "reniemarquet@xxxxxxxxxx" ),       wxT( "Portuguese (PT)" ), KiBitmapNew( lang_pt_xpm ) ) );
     info.AddTranslator(
         new Contributor( wxT( "Igor Plyatov" ),           wxT( "plyatov@xxxxxxxxx" ),             wxT( "Russian (RU)" ),  KiBitmapNew( lang_ru_xpm ) ) );
@@ -319,6 +321,8 @@
     info.AddTranslator(
         new Contributor( wxT( "Massimo Cioce" ),          wxT( "ciocemax@xxxxxxxx" ),             wxT( "Italian (IT)" ),  KiBitmapNew( lang_it_xpm ) ) );
     info.AddTranslator(
+        new Contributor( wxT( "Marco Ciampa" ),           wxT( "ciampix@xxxxxxxxx" ),             wxT( "Italian (IT)" ),  KiBitmapNew( lang_it_xpm ) ) );
+    info.AddTranslator(
         new Contributor( wxT( "Evgeniy Ivanov" ),         wxT( "evgeniy_p_ivanov@xxxxxxxx" ),     wxT( "Bulgarian (BG)" ),KiBitmapNew( lang_bg_xpm ) ) );
 
     // TODO: are these all russian translators,


References