diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-01-17 01:21:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-17 01:22:23 +0100 |
| commit | f10e025eba54b0ab4dbe1b3611071b160ca89208 (patch) | |
| tree | 01848ff0d5d091edb325a866dbdd6d882eabdaab | |
| parent | 2ba5edb6761dbb14e4906200cb4e57c4180541ff (diff) | |
Add patron.
| -rw-r--r-- | src/wx/about_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index c3b1705e1..9ec41d7d3 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; |
