diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-26 23:50:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-26 23:50:43 +0100 |
| commit | 28dbf4fd074d2046a3c8ddebac9a537a80fd457a (patch) | |
| tree | e2bed7c7aed8c74969f1a25d7bdf948815b4b057 /src/wx/wx_util.h | |
| parent | f861018389acd9d277fe34d7621182b9b54f977f (diff) | |
| parent | 87a709a4ea5dffaadaf35ef94edb4b578eb3b56c (diff) | |
Merge branch 'master' into 1.0
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index bff3d7982..b3ab706df 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -31,6 +31,7 @@ class wxGridBagSizer; */ extern void error_dialog (wxWindow *, wxString); +extern bool confirm_dialog (wxWindow *, wxString); extern wxStaticText* add_label_to_sizer (wxSizer *, wxWindow *, wxString, int prop = 0); extern wxStaticText* add_label_to_grid_bag_sizer (wxGridBagSizer *, wxWindow *, wxString, wxGBPosition, wxGBSpan span = wxDefaultSpan); extern std::string wx_to_std (wxString); |
