From c0a609b31bbf69d1fafcc734ac4f825933703d23 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Oct 2019 22:08:02 +0200 Subject: Allow debug builds with no internet connection. Also add missing patron. --- src/wx/about_dialog.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; -- cgit v1.2.3