diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-07-07 15:21:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-07-20 10:25:54 +0200 |
| commit | 704bc0f8be05ddca94a3853a6e112f22f8f2df70 (patch) | |
| tree | 5260a018bc1ec58b729e61b84589971c2f8ef01f /src/wx/html_dialog.h | |
| parent | 5d171ed359993d2be4bc7e0e52de329cc9fca091 (diff) | |
Add option to give HTMLDialog an OK button.
Diffstat (limited to 'src/wx/html_dialog.h')
| -rw-r--r-- | src/wx/html_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/html_dialog.h b/src/wx/html_dialog.h index 1792d86ed..c5a538a5c 100644 --- a/src/wx/html_dialog.h +++ b/src/wx/html_dialog.h @@ -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); |
