summaryrefslogtreecommitdiff
path: root/src/wx/gdc_certificate_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-01-05 15:25:58 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-06 10:29:24 +0100
commita713e8258acc3f0e960c4e87ba8684902d29a591 (patch)
tree4023978fc160f8e75ced0b8be1e13b7dea452aa3 /src/wx/gdc_certificate_panel.h
parentc9772ea0129d59e84cc85cd3908e712b5df56970 (diff)
Move credentials settings into certificate download dialogue (#1480).
Diffstat (limited to 'src/wx/gdc_certificate_panel.h')
-rw-r--r--src/wx/gdc_certificate_panel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/gdc_certificate_panel.h b/src/wx/gdc_certificate_panel.h
index 18a78e586..b69c7a51f 100644
--- a/src/wx/gdc_certificate_panel.h
+++ b/src/wx/gdc_certificate_panel.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2018 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2018-2020 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -18,9 +18,9 @@
*/
-#include "download_certificate_panel.h"
+#include "credentials_download_certificate_panel.h"
-class GDCCertificatePanel : public DownloadCertificatePanel
+class GDCCertificatePanel : public CredentialsDownloadCertificatePanel
{
public:
GDCCertificatePanel (DownloadCertificateDialog* dialog);