X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=27644a00f1e001a4a07a9290ec9961e2d1d64520;hb=3d48669c9cba480cf83775cafd2a66033007c030;hp=84cfbce08a4a03396586e6c20ca1dc97bb2ba9c8;hpb=0dde88a4b531cd3a3020d0a9a1849b4114c13939;p=dcpomatic.git diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 84cfbce08..27644a00f 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -18,6 +18,7 @@ */ #include +#include #include "lib/version.h" #include "lib/compose.hpp" #include "about_dialog.h" @@ -59,6 +60,14 @@ AboutDialog::AboutDialog (wxWindow* parent) sizer->Add (t, wxSizerFlags().Centre().Border()); + wxHyperlinkCtrl* h = new wxHyperlinkCtrl ( + this, wxID_ANY, + wxT ("www.carlh.net/software/dvdomatic"), + wxT ("http://www.carlh.net/software/dvdomatic") + ); + + sizer->Add (h, wxSizerFlags().Centre().Border()); + t = new wxStaticText ( this, wxID_ANY, _("(C) 2012-2013 Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"),