summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-05-15 00:13:47 +0200
committerCarl Hetherington <cth@carlh.net>2023-05-15 00:13:47 +0200
commit832d94b7a1cd39a904bb983a3597c2b104cbafac (patch)
tree525d97508787698028943fe12cc3c80970104db4
parent239ed9ad61b2bad2e1f0073bf234ffa95fcda9d5 (diff)
Patrons update.
-rw-r--r--src/wx/about_dialog.cc3
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;