diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-11 14:23:53 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-06-11 14:23:53 +0200 |
| commit | 9659f8be77b342df0a51bea43a10ebc6774f6708 (patch) | |
| tree | 87d925df1c758c41e10d9e3334661602f7d9d3fe | |
| parent | 80d44e24000b98348b3b833128e237a2676c1b85 (diff) | |
| parent | 590971990313000c2c0dc329ee8cd7f9a9d32046 (diff) | |
Merge branch 'main' into v2.17.x
| -rw-r--r-- | src/wx/supporters.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/supporters.cc b/src/wx/supporters.cc index 5c0d01feb..73fab0483 100644 --- a/src/wx/supporters.cc +++ b/src/wx/supporters.cc @@ -283,6 +283,7 @@ supported_by.Add (wxT ("Nulight Designs")); supported_by.Add (wxT ("Mark Desmet")); supported_by.Add (wxT ("Damien Detcheberry")); supported_by.Add (wxT ("James Devlin")); +supported_by.Add (wxT ("Douglas Devore")); supported_by.Add (wxT ("James-Alexander Dewhirst-Prineas")); supported_by.Add (wxT ("Daniel Arasanz Díaz")); supported_by.Add (wxT ("Thomas Dickens")); @@ -406,6 +407,7 @@ supported_by.Add (wxT ("Lifetime Heritage Films")); supported_by.Add (wxT ("Trinder Films")); supported_by.Add (wxT ("Hevadis Films")); supported_by.Add (wxT ("Artio Films")); +supported_by.Add (wxT ("Aviatrix Films")); supported_by.Add (wxT ("Substantial Films")); supported_by.Add (wxT ("Terra Nostra Films")); supported_by.Add (wxT ("laFaz Films")); @@ -973,6 +975,7 @@ supported_by.Add (wxT ("Peccadillo Pictures")); supported_by.Add (wxT ("Silvia Pierattini")); supported_by.Add (wxT ("Andrea Pieri")); supported_by.Add (wxT ("Enrico Pillon")); +supported_by.Add (wxT ("J Pinder")); supported_by.Add (wxT ("Greg Pine")); supported_by.Add (wxT ("Sanrasak Pinkaew")); supported_by.Add (wxT ("J. Rogerio Oliveira Pinto")); @@ -1251,6 +1254,7 @@ supported_by.Add (wxT ("Michael Ude")); supported_by.Add (wxT ("Mediakomitee UG")); supported_by.Add (wxT ("Tor Uglum")); supported_by.Add (wxT ("Bjørn Uhrbrand")); +supported_by.Add (wxT ("Tamas Ujlaki")); supported_by.Add (wxT ("Cinema Metropolis Umbertide")); supported_by.Add (wxT ("Anthony Urgo")); supported_by.Add (wxT ("Alvaro Urtizberea")); @@ -1346,6 +1350,7 @@ supported_by.Add (wxT ("Daniel Židek")); supported_by.Add (wxT ("Ernst Zimmerman")); supported_by.Add (wxT ("Roberto Zin")); supported_by.Add (wxT ("Matthieu Zingle")); +supported_by.Add (wxT ("Allard Zoetman")); supported_by.Add (wxT ("Vincent Zorzi")); supported_by.Add (wxT ("Juan Zubillaga")); supported_by.Add (wxT ("Jack Zullo")); |
