summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-10 20:16:46 +0200
committerCarl Hetherington <cth@carlh.net>2019-10-10 20:16:46 +0200
commit8775f802d15e19ff9251d0daff49994a0fc145bc (patch)
tree5179f01dcfb27ea3427386f392fc302aa84358a7 /src
parentcde792116ecae3d61f9b724fc581fdf82f30a0a9 (diff)
parentc0a609b31bbf69d1fafcc734ac4f825933703d23 (diff)
Merge branch 'v2.15.x' of ssh://main.carlh.net/home/carl/git/dcpomatic into v2.15.x
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 8f31cd557..0ac5d484f 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -143,6 +143,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
wxArrayString patrons;
patrons.Add ("Luproduction");
+ patrons.Add ("Lightbender Post");
add_section (_("Patrons"), patrons);
wxArrayString subscribers;