Improve OpenFileError so that it doesn't say "opening for read"
[dcpomatic.git] / src / wx / download_certificate_dialog.h
index 0df504975e6f904d0193cced64644203c703dbea..180c132789312ca5c04c92c42f063184d8a009d0 100644 (file)
@@ -33,6 +33,14 @@ public:
 
        void setup_sensitivity ();
 
+       wxNotebook* notebook () const {
+               return _notebook;
+       }
+
+       wxStaticText* message () const {
+               return _message;
+       }
+
 private:
        void download ();
        void page_changed (wxNotebookEvent &);