Added Edit -> Delete all menu item

This commit is contained in:
Enrico Turri 2018-11-22 11:31:53 +01:00
parent c494dec1c4
commit e247b532fb
4 changed files with 13 additions and 0 deletions

View file

@ -73,6 +73,7 @@ class MainFrame : public wxFrame
bool can_change_view() const;
bool can_select() const;
bool can_delete() const;
bool can_delete_all() const;
#endif // ENABLE_NEW_MENU_LAYOUT
public: