Add supporter.
[dcpomatic.git] / src / wx / about_dialog.cc
index 12f46812af04cc88efb7d85c3c508bbcca549ede..489995faadf6fca2de0c7161ebe06162fbaf0506 100644 (file)
@@ -122,6 +122,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Kambiz Afshar"));
        supported_by.Add (wxT ("Sean Leigh"));
        supported_by.Add (wxT ("Wolfram Weber"));
+       supported_by.Add (wxT ("Randy Stankey"));
        add_section (_("Supported by"), supported_by);
 
        sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());