summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-09 22:08:02 +0200
committerCarl Hetherington <cth@carlh.net>2019-10-09 22:13:00 +0200
commitf9fe318f3c79e2fc244de56bf6fe0dc1c05fd252 (patch)
tree06fd083f01bff5645d681ce2e6748a127d4c373b /src
parent15dbbbf49486d372368079d738d76a6d4743b7c4 (diff)
Allow debug builds with no internet connection. Also add missing patron.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 9e790dacb..0ac5d484f 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -141,6 +141,11 @@ AboutDialog::AboutDialog (wxWindow* parent)
translated_by.Add (wxT ("Gökhan Aksoy"));
add_section (_("Translated by"), translated_by);
+ wxArrayString patrons;
+ patrons.Add ("Luproduction");
+ patrons.Add ("Lightbender Post");
+ add_section (_("Patrons"), patrons);
+
wxArrayString subscribers;
#include "subscribers.cc"
add_section (_("Subscribers"), subscribers);