diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-09 22:42:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-09 22:42:59 +0100 |
| commit | bf12d3841c020d2b0664cd04c1bfb3302651b6b6 (patch) | |
| tree | 074d4c8676e6625002ec065c1034e91d02da0516 /src/wx/download_certificate_dialog.h | |
| parent | 855d20f06f918d5b9dd2f144a51962de1c2f838d (diff) | |
711c36c150f3efffd64875399ada94baafb87cb1 from master; ok button disabling in downloade dialogs.
Diffstat (limited to 'src/wx/download_certificate_dialog.h')
| -rw-r--r-- | src/wx/download_certificate_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/download_certificate_dialog.h b/src/wx/download_certificate_dialog.h index 804c0c762..40e11de45 100644 --- a/src/wx/download_certificate_dialog.h +++ b/src/wx/download_certificate_dialog.h @@ -32,6 +32,7 @@ public: protected: void add_common_widgets (); + void downloaded (bool done); boost::function<void (boost::filesystem::path)> _load; wxStaticText* _message; |
