diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-15 00:13:47 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-15 00:13:47 +0200 |
| commit | 832d94b7a1cd39a904bb983a3597c2b104cbafac (patch) | |
| tree | 525d97508787698028943fe12cc3c80970104db4 | |
| parent | 239ed9ad61b2bad2e1f0073bf234ffa95fcda9d5 (diff) | |
Patrons update.
| -rw-r--r-- | src/wx/about_dialog.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index a40cd87c0..38cb466f1 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -154,10 +154,9 @@ AboutDialog::AboutDialog (wxWindow* parent) 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; |
