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:21:44 +0100 |
| commit | d8ded66fccb98bd0145afb2f08cf84aad7002a15 (patch) | |
| tree | c1feab42a87b5c3094f50a97f6ab431f1361ff14 | |
| parent | 07397e3aa8fff4613cea0b833ca8db8e0f60844b (diff) | |
Add patron.v2.14.23
| -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 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; |
