Remove POSIX backtraces; move ScopedTemporary into its own file.
[dcpomatic.git] / src / wx / about_dialog.cc
index 61fcdec212c472d68c19e436c3622c25e06be866..699a7aafcf2f676621a0db326fcee35f881d6495 100644 (file)
@@ -79,7 +79,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new wxStaticText (
                this, wxID_ANY,
-               _("(C) 2012-2014 Carl Hetherington, Terrence Meiczinger, Paul Davis,\n Ole Laursen, Brecht Sanders"),
+               _("(C) 2012-2014 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );
        
@@ -154,6 +154,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Aldo Midali"));
        supported_by.Add (wxT ("Sylvain Mielle"));
        supported_by.Add (wxT ("Lindsay Morris"));
+       supported_by.Add (wxT ("Гуляев Михаил"));
        supported_by.Add (wxT ("David Nedrow"));
        supported_by.Add (wxT ("Tim O'Brien"));
        supported_by.Add (wxT ("Ivan Pullman"));
@@ -209,6 +210,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        tested_by.Add (wxT ("Peter Puchner"));
        tested_by.Add (wxT ("Markus Raab"));
        tested_by.Add (wxT ("Greg Rooke"));
+       tested_by.Add (wxT ("Elad Saad"));
        tested_by.Add (wxT ("Karim Senoucci"));
        tested_by.Add (wxT ("Simon Vannarath"));
        tested_by.Add (wxT ("Andrew Walls"));