why the heck should something that reacts on wxID_CLOSE be called OnQuit?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-01-18 00:03:59 +00:00
parent e7266247d5
commit 4aa3178674
2 changed files with 3 additions and 3 deletions

View File

@@ -169,7 +169,7 @@ protected:
void OnActivate(wxActivateEvent& event);
#ifdef __WXMAC__
void OnQuit(wxCommandEvent& event);
void OnClose(wxCommandEvent& event);
void OnAbout(wxCommandEvent& event);
#endif