diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-24 16:45:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-24 16:45:34 +0100 |
| commit | 73407f943ba25e2a0df2c98b3a9a938132876e9f (patch) | |
| tree | 3f50da759546b4e15bbb076bfafd8afe4509421b /src/wx/save_template_dialog.h | |
| parent | 8e7bdee30563e9e334bc99387315124557ad0227 (diff) | |
Add a basic management dialogue for templates.
Diffstat (limited to 'src/wx/save_template_dialog.h')
| -rw-r--r-- | src/wx/save_template_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/save_template_dialog.h b/src/wx/save_template_dialog.h index 8069fa2f0..5fc4300f8 100644 --- a/src/wx/save_template_dialog.h +++ b/src/wx/save_template_dialog.h @@ -28,5 +28,7 @@ public: std::string name () const; private: + void check (wxCommandEvent& ev); + wxTextCtrl* _name; }; |
