diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-28 00:12:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:42 +0100 |
| commit | 6bfda50f36b35a6635e9da7a25f84319ca29d92f (patch) | |
| tree | d2463513424cfa5fa8428385bc504e51da77e50e /src/wx/wx_util.cc | |
| parent | 186b5a423b58f4f6457d11852cdbd0abc2f89f69 (diff) | |
Nag about deletion of DKDMs.
Diffstat (limited to 'src/wx/wx_util.cc')
| -rw-r--r-- | src/wx/wx_util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc index bfc7c3069..1a537c087 100644 --- a/src/wx/wx_util.cc +++ b/src/wx/wx_util.cc @@ -158,6 +158,7 @@ message_dialog (wxWindow* parent, wxString m) d->Destroy (); } +/** @return true if the user answered "yes" */ bool confirm_dialog (wxWindow* parent, wxString m) { |
