X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=e14c8aa2f7dcd31f9d1a2a920caca56197a8fea1;hp=0e8e07f621ec4943318db9ef6c311c56003db357;hb=f64f48051c9054830561a868a320b8003126134a;hpb=7eaa078efc1b542aac0aa0b67315a0f64a86937c diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 0e8e07f62..e14c8aa2f 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -18,23 +18,25 @@ */ + /** @file src/wx/about_dialog.cc * @brief The "about DCP-o-matic" dialogue box. */ #include "about_dialog.h" -#include "wx_util.h" #include "static_text.h" -#include "lib/version.h" +#include "wx_util.h" #include "lib/compose.hpp" -#include "lib/warnings.h" -DCPOMATIC_DISABLE_WARNINGS +#include "lib/version.h" +#include +LIBDCP_DISABLE_WARNINGS #include #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS using std::vector; + AboutDialog::AboutDialog (wxWindow* parent) : wxDialog (parent, wxID_ANY, _("About DCP-o-matic")) { @@ -140,6 +142,8 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Tiago Casal Ribeiro")); translated_by.Add (wxT ("Davide Sanvito")); translated_by.Add (wxT ("Marek Skrzelowski")); + translated_by.Add (wxT ("Martin Srebotnjak")); + translated_by.Add (wxT ("Michał Tomaszewski")); translated_by.Add (wxT ("Igor Voytovich")); translated_by.Add (wxT ("Rov (若文)")); translated_by.Add (wxT ("刘汉源")); @@ -164,6 +168,7 @@ AboutDialog::AboutDialog (wxWindow* parent) wxArrayString tested_by; tested_by.Add (wxT ("Manuel AC")); tested_by.Add (wxT ("Trever Anderson")); + tested_by.Add (wxT ("Mohamad W. Ali")); tested_by.Add (wxT ("JP Beauviala")); tested_by.Add (wxT ("Mike Blakesley")); tested_by.Add (wxT ("David Booty"));