summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-01-17 01:21:44 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-17 01:21:44 +0100
commitd8ded66fccb98bd0145afb2f08cf84aad7002a15 (patch)
treec1feab42a87b5c3094f50a97f6ab431f1361ff14 /src
parent07397e3aa8fff4613cea0b833ca8db8e0f60844b (diff)
Add patron.v2.14.23
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 0ac5d484f..0c9081f02 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -144,6 +144,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
wxArrayString patrons;
patrons.Add ("Luproduction");
patrons.Add ("Lightbender Post");
+ patrons.Add ("Drop-out Cinema");
add_section (_("Patrons"), patrons);
wxArrayString subscribers;