Various fixes to make audio analysis sort-of work.
[dcpomatic.git] / src / wx / about_dialog.cc
index 7844180fa25b6ecb63ac003b848fd756f34cbeda..0c56cf1be0ea56c865922f93c590e006f6c4346d 100644 (file)
@@ -62,8 +62,8 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        wxHyperlinkCtrl* h = new wxHyperlinkCtrl (
                this, wxID_ANY,
-               wxT ("www.carlh.net/software/dcpomatic"),
-               wxT ("http://www.carlh.net/software/dcpomatic")
+               wxT ("dcpomatic.com"),
+               wxT ("http://dcpomatic.com")
                );
 
        sizer->Add (h, wxSizerFlags().Centre().Border());