From 100c64b455b287d15e5eed04a9234583a9cb7b36 Mon Sep 17 00:00:00 2001 From: charras Date: Tue, 9 Sep 2008 17:56:36 +0000 Subject: [PATCH] updated: about_kicad.cpp --- common/about_kicad.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/common/about_kicad.cpp b/common/about_kicad.cpp index 4c6675ff8b..5e546db05e 100644 --- a/common/about_kicad.cpp +++ b/common/about_kicad.cpp @@ -110,12 +110,10 @@ void InitKiCadAbout( wxAboutDialogInfo& info ) info.AddTranslator( SetMsg( wxT( "Portuguese (PT) Renie Marquet " ) ) ); info.AddTranslator( SetMsg( wxT( "Russian (RU) Igor Plyatov " ) ) ); info.AddTranslator( SetMsg( wxT( - " David Briscoe, Jean Dupont (Remy),Boris Barbour, Dominique Laigle, Paul Burke" ) ) ); + " David Briscoe, Remy Halvick, Boris Barbour, Dominique Laigle, Paul Burke" ) ) ); info.AddTranslator( SetMsg( wxT( "Pedro Martin del Valle, Inigo Zuluaga"))); - /* Add programm credits */ -#if 0 // TODO - info.AddArtist( wxT( "" ) ); -#endif + /* Add programm credits for icons */ + info.AddArtist( wxT( "Icons: Inigo Zuluaga" ) ); }