Rename wxID_ABOUT menu handler in the grid sample

Use "On" prefix for it for consistency with all the other ones.

No real changes.
This commit is contained in:
Vadim Zeitlin
2020-08-20 17:08:40 +02:00
parent eb60684ac7
commit 65c27c6a6e
2 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ public:
~GridFrame();
void OnQuit( wxCommandEvent& );
void About( wxCommandEvent& );
void OnAbout( wxCommandEvent& );
void OnVTable( wxCommandEvent& );
void OnBugsTable( wxCommandEvent& );
void OnTabularTable( wxCommandEvent& );