diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-09 22:08:02 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-10-09 22:08:02 +0200 |
| commit | c0a609b31bbf69d1fafcc734ac4f825933703d23 (patch) | |
| tree | f2502f97ec6406a3de46f3912aa72de6d1826f81 /src | |
| parent | 1580bdc52a257870c908f32d2abe6fed84d83c50 (diff) | |
Allow debug builds with no internet connection. Also add missing patron.
Diffstat (limited to 'src')
| -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 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; |
