summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-03-01 21:51:46 +0100
committerCarl Hetherington <cth@carlh.net>2020-03-01 21:51:46 +0100
commit0c961c9231e7b0e074da409dce90913ceef5321f (patch)
treea4f9761991190b9a9697671a94d3757a05fc679f
parentb46c35e50da6e557a02156bc094e639650b1c890 (diff)
Missing patron.
-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 9ec41d7d3..6d97cf002 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;