Update authors table.
[dcpomatic.git] / src / wx / about_dialog.cc
index 08bf81d2af1f13ba04d2eb793d7d5a40995c6ead..79c6d4369b8ff7975c39ea66fdbbcb33ece366b2 100644 (file)
@@ -84,7 +84,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new StaticText (
                this,
-               _("(C) 2012-2021 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
+               _("(C) 2012-2021 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );
 
@@ -97,8 +97,6 @@ AboutDialog::AboutDialog (wxWindow* parent)
        written_by.Add (wxT ("Terrence Meiczinger"));
        written_by.Add (wxT ("Mart Jansink"));
        written_by.Add (wxT ("Ole Laursen"));
-       written_by.Add (wxT ("Brecht Sanders"));
-       written_by.Add (wxT ("Jianguo Huang"));
        add_section (_("Written by"), written_by);
 
        wxArrayString with_help_from;
@@ -107,6 +105,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        with_help_from.Add (wxT ("Carsten Kurz"));
        with_help_from.Add (wxT ("GĂ©rald Maruccia"));
        with_help_from.Add (wxT ("Julian van Mil"));
+       with_help_from.Add (wxT ("Lilian Lefranc"));
        add_section (_("With help from"), with_help_from);
 
        wxArrayString translated_by;