From: Carl Hetherington Date: Wed, 3 Dec 2014 09:32:32 +0000 (+0000) Subject: Hand-apply 08de97cc3cb8fc1ab9251d46bd3f8ead48327ae2 from master; X-Git-Tag: v2.0.48~444 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=b1a381a4f1c80bbc57db8c393684875577ab3c94;p=dcpomatic.git Hand-apply 08de97cc3cb8fc1ab9251d46bd3f8ead48327ae2 from master; tester. --- diff --git a/TO_PORT b/TO_PORT index d06304abb..b7a52640d 100644 --- a/TO_PORT +++ b/TO_PORT @@ -1,5 +1,3 @@ -6b811225da349c1a0bc570b886833c31bb5744f7 -0b2c8aee63b691a08b01d9d59e810c2e6c1e6c1b d8bfb59816e39406beb7c815e0424c480ae74e32 cd0b7dd044d5b5b1c05118a58c58458edb80bf61 d609c88438d8110569cc940ea2e1bc78c0bb5acc diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 61fcdec21..7c3d357ab 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -209,6 +209,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Peter Puchner")); tested_by.Add (wxT ("Markus Raab")); tested_by.Add (wxT ("Greg Rooke")); + tested_by.Add (wxT ("Elad Saad")); tested_by.Add (wxT ("Karim Senoucci")); tested_by.Add (wxT ("Simon Vannarath")); tested_by.Add (wxT ("Andrew Walls"));