diff options
| -rw-r--r-- | src/wx/subscribers.cc | 1 | ||||
| -rw-r--r-- | src/wx/supporters.cc | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/subscribers.cc b/src/wx/subscribers.cc index 9791028ec..e52c1f555 100644 --- a/src/wx/subscribers.cc +++ b/src/wx/subscribers.cc @@ -19,6 +19,7 @@ subscribers.Add (wxT ("Austrian Film Museum")); subscribers.Add (wxT ("LightBender Post")); subscribers.Add (wxT ("Andres Sanchez")); subscribers.Add (wxT ("Irving Shapiro")); +subscribers.Add (wxT ("Alex Shultz")); subscribers.Add (wxT ("Jussi Siponen")); subscribers.Add (wxT ("Jeremy Spracklen")); subscribers.Add (wxT ("John B. Thomas")); diff --git a/src/wx/supporters.cc b/src/wx/supporters.cc index 2b3ad0ba0..555f4f81d 100644 --- a/src/wx/supporters.cc +++ b/src/wx/supporters.cc @@ -482,6 +482,7 @@ supported_by.Add (wxT ("Victor Gimenez")); supported_by.Add (wxT ("Sebastian Hernandis Giner")); supported_by.Add (wxT ("Michele Lo Giudice")); supported_by.Add (wxT ("Silvio Giuliano")); +supported_by.Add (wxT ("ARUA Film GmbH")); supported_by.Add (wxT ("Cine Complete GmbH")); supported_by.Add (wxT ("CIDCOM Werbeagentur GmbH")); supported_by.Add (wxT ("Filmtheaterbetriebe Klein GmbH")); @@ -493,6 +494,7 @@ supported_by.Add (wxT ("Urakypost GmbH")); supported_by.Add (wxT ("Gerd Gockell")); supported_by.Add (wxT ("Ralph Goertz")); supported_by.Add (wxT ("Volker Goetze")); +supported_by.Add (wxT ("Ezra Gold")); supported_by.Add (wxT ("Juanjo Aguirreolea Gomez")); supported_by.Add (wxT ("Benjamin Goodman")); supported_by.Add (wxT ("Pierre Gordower")); @@ -500,6 +502,7 @@ supported_by.Add (wxT ("Jack Goren")); supported_by.Add (wxT ("Rudolf Gottsberger")); supported_by.Add (wxT ("Alan Gouger")); supported_by.Add (wxT ("Go_Pro GG")); +supported_by.Add (wxT ("Phillip Graaf")); supported_by.Add (wxT ("Curtis Graham")); supported_by.Add (wxT ("Christopher Gray")); supported_by.Add (wxT ("John Gray")); @@ -775,6 +778,7 @@ supported_by.Add (wxT ("Pilotkino LLC")); supported_by.Add (wxT ("No Blood Of Mine LLC")); supported_by.Add (wxT ("Moving Picture Boys LLC")); supported_by.Add (wxT ("Pelidom LLC")); +supported_by.Add (wxT ("Michael Conti Productions LLC")); supported_by.Add (wxT ("Renaissance Entertainment LLC")); supported_by.Add (wxT ("Power Of Pearl Movie LLC")); supported_by.Add (wxT ("WWMD Productions LLC")); |
