diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-14 20:15:57 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-14 20:15:57 +0000 |
| commit | 115c5c224f3b171e142fcf8f3367f1c50418c50f (patch) | |
| tree | 964b35c0002692f1fb59a97342515dce0fce58d3 /src | |
| parent | 91f0bb4fc2863ebcf75aec796293a7917c24a2ad (diff) | |
Testers -> 900.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 3b6a0f4f7..192c10513 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -154,6 +154,12 @@ AboutDialog::AboutDialog (wxWindow* parent) testers.Add (wxT ("Mattias Mattsson")); testers.Add (wxT ("Andreas Eli")); testers.Add (wxT ("Roop Chand")); + testers.Add (wxT ("Peter Puchner")); + testers.Add (wxT ("David Booty")); + testers.Add (wxT ("Maurizio GiampĂ ")); + testers.Add (wxT ("Bill Lam")); + testers.Add (wxT ("Pepijn Klijs")); + testers.Add (wxT ("Will Meadows")); add_section (_("Tested by"), testers); sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand()); |
