summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-03-01 21:52:00 +0100
committerCarl Hetherington <cth@carlh.net>2020-03-01 21:52:00 +0100
commitb93430a73313d705f7f51315db705cfcf9942297 (patch)
tree8cdc213c1334a85a3b2cc3e03b585b48723794c0 /src
parent99918e4964d696c2cdc6512b8f2ebb9d46db3163 (diff)
Missing patron.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 0c9081f02..18cf2981c 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -145,6 +145,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
patrons.Add ("Luproduction");
patrons.Add ("Lightbender Post");
patrons.Add ("Drop-out Cinema");
+ patrons.Add ("Pilotkino LLC");
add_section (_("Patrons"), patrons);
wxArrayString subscribers;