diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-09 01:42:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-09 01:42:43 +0100 |
| commit | 736401e61cbd908d96e57d08b24371b72bfc1b51 (patch) | |
| tree | a96ff6451edf6521f70f8fe4235724d4e32a47ef | |
| parent | 22c40636c977fd5b582c242fb918d2aaa498e063 (diff) | |
| parent | 70a15ba9452a515501673a8a7400ce267a799071 (diff) | |
Merge remote-tracking branch 'origin/main' into v2.17.xv2.17.27
| -rw-r--r-- | src/wx/subscribers.cc | 1 | ||||
| -rw-r--r-- | src/wx/supporters.cc | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/wx/subscribers.cc b/src/wx/subscribers.cc index 8fd535462..6275d1fc1 100644 --- a/src/wx/subscribers.cc +++ b/src/wx/subscribers.cc @@ -17,6 +17,7 @@ subscribers.Add (wxT ("Carlos Lagido")); subscribers.Add (wxT ("Ross Meyer")); subscribers.Add (wxT ("Austrian Film Museum")); subscribers.Add (wxT ("LightBender Post")); +subscribers.Add (wxT ("Andres Sanchez")); subscribers.Add (wxT ("Irving Shapiro")); subscribers.Add (wxT ("Jussi Siponen")); subscribers.Add (wxT ("Jeremy Spracklen")); diff --git a/src/wx/supporters.cc b/src/wx/supporters.cc index f8dd5f02d..c710ca30a 100644 --- a/src/wx/supporters.cc +++ b/src/wx/supporters.cc @@ -324,12 +324,14 @@ supported_by.Add (wxT ("Frechen-Film e.V.")); supported_by.Add (wxT ("e22.digital")); supported_by.Add (wxT ("Wilfried Ebene")); supported_by.Add (wxT ("Jim Ebert")); +supported_by.Add (wxT ("Eric Eckert")); supported_by.Add (wxT ("Flock Edit")); supported_by.Add (wxT ("editspecialists.com")); supported_by.Add (wxT ("Guy Edmonds")); supported_by.Add (wxT ("Simon Edwards")); supported_by.Add (wxT ("Arthur Edwards")); supported_by.Add (wxT ("Si Edwards")); +supported_by.Add (wxT ("CentralTheater Brake eG")); supported_by.Add (wxT ("NEU-Deli Einbeck")); supported_by.Add (wxT ("Thomas Eingartner")); supported_by.Add (wxT ("Gabriel Eiriz")); @@ -694,6 +696,7 @@ supported_by.Add (wxT ("Indu Krishnan")); supported_by.Add (wxT ("Cabine Filmtheater Kriterion")); supported_by.Add (wxT ("Kino Krokodil")); supported_by.Add (wxT ("Jakub Królikowski")); +supported_by.Add (wxT ("Malin Kuht")); supported_by.Add (wxT ("Cihan Kulaber")); supported_by.Add (wxT ("Patrick Kulemann")); supported_by.Add (wxT ("kult.kino")); @@ -797,6 +800,7 @@ supported_by.Add (wxT ("Sector Zero Ltd")); supported_by.Add (wxT ("Lewis && Coleman Consulting Services Pty Ltd")); supported_by.Add (wxT ("Keen i Media Ltd")); supported_by.Add (wxT ("Ted Lubin")); +supported_by.Add (wxT ("Abbie Lucas")); supported_by.Add (wxT ("Michael Luce")); supported_by.Add (wxT ("Chrisna Lungala")); supported_by.Add (wxT ("Giuseppe Lupoi")); @@ -991,6 +995,7 @@ supported_by.Add (wxT ("Rui Pereira")); supported_by.Add (wxT ("Warren Pereira")); supported_by.Add (wxT ("Orion Perenyi")); supported_by.Add (wxT ("Dr Philip Perkins")); +supported_by.Add (wxT ("Julie Perreard")); supported_by.Add (wxT ("Luis Morales Pesado")); supported_by.Add (wxT ("Sascha Pesenecker")); supported_by.Add (wxT ("Armin Peterhans")); @@ -1006,6 +1011,7 @@ supported_by.Add (wxT ("Kari Layland Photography")); supported_by.Add (wxT ("MelRish Photos And Films")); supported_by.Add (wxT ("Paolo Piccioli")); supported_by.Add (wxT ("Peccadillo Pictures")); +supported_by.Add (wxT ("Loud Pictures")); supported_by.Add (wxT ("Silvia Pierattini")); supported_by.Add (wxT ("Andrea Pieri")); supported_by.Add (wxT ("Enrico Pillon")); @@ -1195,6 +1201,7 @@ supported_by.Add (wxT ("Gautam Sonti")); supported_by.Add (wxT ("Theresa Sorenson")); supported_by.Add (wxT ("Boston Light and Sound")); supported_by.Add (wxT ("Nice Sound")); +supported_by.Add (wxT ("Jeffrey Sousa")); supported_by.Add (wxT ("BFI Southbank")); supported_by.Add (wxT ("James Spadoni")); supported_by.Add (wxT ("Scott Spears")); @@ -1288,6 +1295,7 @@ supported_by.Add (wxT ("Petter Trønsdal")); supported_by.Add (wxT ("Nicholas Tucker")); supported_by.Add (wxT ("Jonny Tull")); supported_by.Add (wxT ("Richard Turner")); +supported_by.Add (wxT ("Alessandro Turrini")); supported_by.Add (wxT ("TVCO")); supported_by.Add (wxT ("TVNiezaleznaPolonia")); supported_by.Add (wxT ("Runlevel Two")); |
