Merge remote-tracking branch 'origin/master' into 2.0
authorCarl Hetherington <cth@carlh.net>
Tue, 30 Sep 2014 19:40:31 +0000 (20:40 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 30 Sep 2014 19:40:31 +0000 (20:40 +0100)
1  2 
src/wx/about_dialog.cc

diff --combined src/wx/about_dialog.cc
index d14006ac5196c59a86126c08a74b390688d1807f,7a46293fb0a072f2c38529f5d508dafa0b647260..1f5c2439964850b0f285f626777838447c5275bc
@@@ -1,5 -1,5 +1,5 @@@
  /*
 -    Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
 +    Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net>
  
      This program is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published by
  
  */
  
 +/** @file  src/wx/about_dialog.cc
 + *  @brief The "about DCP-o-matic" dialogue box.
 + */
 +
  #include <wx/notebook.h>
  #include <wx/hyperlink.h>
  #include "lib/version.h"
@@@ -127,6 -123,7 +127,7 @@@ AboutDialog::AboutDialog (wxWindow* par
        supported_by.Add (wxT ("Adam Colt"));
        supported_by.Add (wxT ("Matthias Damm"));
        supported_by.Add (wxT ("Alexey Derevyanko"));
+       supported_by.Add (wxT ("Unwana Essien"));
        supported_by.Add (wxT ("Andres Fink"));
        supported_by.Add (wxT ("Evan Freeze"));
        supported_by.Add (wxT ("Silvio Giuliano"));
        SetSizerAndFit (overall_sizer);
  }
  
 +/** Add a section of credits.
 + *  @param name Name of section.
 + *  @param credits List of names.
 + */
  void
  AboutDialog::add_section (wxString name, wxArrayString credits)
  {