diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-01 21:51:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-01 21:51:46 +0100 |
| commit | 0c961c9231e7b0e074da409dce90913ceef5321f (patch) | |
| tree | a4f9761991190b9a9697671a94d3757a05fc679f | |
| parent | b46c35e50da6e557a02156bc094e639650b1c890 (diff) | |
Missing 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 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; |
