From e631d0bc7b4642c7d237d51bb3cdb1d59b24b355 Mon Sep 17 00:00:00 2001 From: charras Date: Fri, 20 Mar 2009 16:05:36 +0000 Subject: [PATCH] minor change --- common/about_kicad.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/about_kicad.cpp b/common/about_kicad.cpp index 7486143dc2..6b42101482 100644 --- a/common/about_kicad.cpp +++ b/common/about_kicad.cpp @@ -105,7 +105,7 @@ void InitKiCadAbout( wxAboutDialogInfo& info ) )); /* Add developers */ - info.AddDeveloper( wxT( "Jean-Pierre Charras " ) ); + info.AddDeveloper( wxT( "Jean-Pierre Charras " ) ); info.AddDeveloper( SetMsg( wxT( "Dick Hollenbeck " ) ) ); info.AddDeveloper( SetMsg( wxT( "Jerry Jacobs " ) ) ); info.AddDeveloper( SetMsg( wxT( "Jonas Diemer " ) ) );