X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=fbb89bfd665f2a4e1515c2b88941c0b5c48c086b;hb=913bb4e71f287ec7fc050ba5bcf12e3fae26ecfa;hp=2dc7e78ac803189ae54526945f9f8de2f2a6c8f6;hpb=85752cfcb649e51bf8fe2b9f57b1a58837737372;p=dcpomatic.git diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 2dc7e78ac..fbb89bfd6 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -86,7 +86,7 @@ AboutDialog::AboutDialog (wxWindow* parent) t = new StaticText ( this, - _("(C) 2012-2022 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"), + _("(C) 2012-2023 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER ); @@ -123,6 +123,7 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Cherif Ben Brahim")); translated_by.Add (wxT ("Massimiliano Broggi")); translated_by.Add (wxT ("Dan Cohen")); + translated_by.Add (wxT ("Akivili Collindort")); translated_by.Add (wxT ("Davide Dall'AraCiao")); translated_by.Add (wxT ("Uwe Dittes")); translated_by.Add (wxT ("Михаил Эпштейн")); @@ -145,18 +146,19 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Tiago Casal Ribeiro")); translated_by.Add (wxT ("Davide Sanvito")); translated_by.Add (wxT ("Marek Skrzelowski")); + translated_by.Add (wxT ("Danbo Song")); translated_by.Add (wxT ("Martin Srebotnjak")); translated_by.Add (wxT ("Michał Tomaszewski")); translated_by.Add (wxT ("Igor Voytovich")); translated_by.Add (wxT ("Rov (若文)")); translated_by.Add (wxT ("刘汉源")); + translated_by.Add (wxT ("poppinzhang")); add_section (_("Translated by"), translated_by); wxArrayString patrons; - patrons.Add ("Luproduction"); patrons.Add ("Lightbender Post"); patrons.Add ("Drop-out Cinema"); - patrons.Add ("Pilotkino LLC"); + patrons.Add ("Root & Rust Creative"); add_section (_("Patrons"), patrons); wxArrayString subscribers; @@ -180,6 +182,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Adam Colt")); tested_by.Add (wxT ("John Convertino")); tested_by.Add (wxT ("Daniel Courville")); + tested_by.Add (wxT ("Marek Dudzik")); tested_by.Add (wxT ("Andreas Eli")); tested_by.Add (wxT ("Leo Enticknap")); tested_by.Add (wxT ("Jose Angel Velasco Fernandez"));