Tested-by credit.
authorCarl Hetherington <cth@carlh.net>
Fri, 23 Sep 2016 15:09:18 +0000 (16:09 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 23 Sep 2016 15:09:18 +0000 (16:09 +0100)
src/wx/about_dialog.cc

index a83d24be87df5151513041a6bdec693fa6e5908f..393b7b12a738a8bc8d15a225c13d6d7f5406b166 100644 (file)
@@ -273,6 +273,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        add_section (_("Supported by"), supported_by);
 
        wxArrayString tested_by;
+       tested_by.Add (wxT ("Manuel AC"));
        tested_by.Add (wxT ("Trever Anderson"));
        tested_by.Add (wxT ("Mike Blakesley"));
        tested_by.Add (wxT ("David Booty"));