Merge remote-tracking branch 'origin/master' into 2.0
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Oct 2014 23:07:54 +0000 (00:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Oct 2014 23:07:54 +0000 (00:07 +0100)
1  2 
src/wx/about_dialog.cc

diff --combined src/wx/about_dialog.cc
index 1f5c2439964850b0f285f626777838447c5275bc,58f299723a6f7df9f1bc90ea2cb0b456bc2023ed..15b667f9bda20abc897b449663b8f24d63f69c3f
@@@ -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"
@@@ -122,6 -118,7 +122,7 @@@ AboutDialog::AboutDialog (wxWindow* par
        supported_by.Add (wxT ("Mike Blakesley"));
        supported_by.Add (wxT ("Jeff Boot"));
        supported_by.Add (wxT ("Kieran Carroll"));
+       supported_by.Add (wxT ("Matt Carter"));
        supported_by.Add (wxT ("Frank Cianciolo"));
        supported_by.Add (wxT ("Cinema Clarici"));
        supported_by.Add (wxT ("Adam Colt"));
        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)
  {