Add option to give HTMLDialog an OK button.
[dcpomatic.git] / src / wx / html_dialog.h
index 1792d86edbfa524d2a87f2cb3c2d5ef9dc927216..c5a538a5ccb03b3bdc59d908339786d7762b24cb 100644 (file)
@@ -31,7 +31,7 @@ class wxHtmlLinkEvent;
 class HTMLDialog : public wxDialog
 {
 public:
-       HTMLDialog (wxWindow* parent, wxString title, wxString html);
+       HTMLDialog (wxWindow* parent, wxString title, wxString html, bool ok = false);
 
 private:
        void link_clicked (wxHtmlLinkEvent& ev);