summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;