From aba51977cd9195ffcf7dabc342a2fbfe00bf452d Mon Sep 17 00:00:00 2001 From: Gerald Schmidt Date: Wed, 12 Sep 2007 22:44:19 +0000 Subject: [PATCH] Added new developer to about box. --- src/xmlcopyeditor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index 6272a35..da75d37 100755 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -1215,6 +1215,7 @@ void MyFrame::OnAbout ( wxCommandEvent& WXUNUSED ( event ) ) info.SetCopyright ( ABOUT_COPYRIGHT ); info.AddDeveloper ( _ ( "Gerald Schmidt (development) " ) ); info.AddDeveloper ( _ ( "Matt Smigielski (testing) " ) ); + info.AddDeveloper ( _ ( "Justin Dearing (development) " ) ); info.AddTranslator ( _ ( "Viliam Búr (Slovak) " ) ); info.AddTranslator ( _ ( "David Håsäther (Swedish) " ) ); info.AddTranslator ( _ ( "François Badier (French) " ) );