diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-26 16:43:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-26 16:43:34 +0000 |
| commit | 41b7a04cf3dedaa93aaf3c050db7a693281417f7 (patch) | |
| tree | 9d5a2bf36e65dea84f105d5c96e705474020cf26 /src/wx/download_certificate_dialog.h | |
| parent | 5dc5a43bf61847cf863b29ef47d0046a9d4fdef0 (diff) | |
Cleanup of various dialogs by inherting TableDialog.
Diffstat (limited to 'src/wx/download_certificate_dialog.h')
| -rw-r--r-- | src/wx/download_certificate_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/download_certificate_dialog.h b/src/wx/download_certificate_dialog.h index 11f1afe42..d88174922 100644 --- a/src/wx/download_certificate_dialog.h +++ b/src/wx/download_certificate_dialog.h @@ -23,12 +23,12 @@ #include <wx/wx.h> #include <boost/function.hpp> #include <boost/filesystem.hpp> +#include "table_dialog.h" -class DownloadCertificateDialog : public wxDialog +class DownloadCertificateDialog : public TableDialog { public: DownloadCertificateDialog (wxWindow *, boost::function<void (boost::filesystem::path)>); - virtual void setup () {} protected: void add_common_widgets (); |
