X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2FAppXestiaCalendar.h;h=b4623feda6434dfc4a8e67a287a2aee51eedc5e0;hp=21b70cef929d4912ba2674cc7a4a5c3d1281292b;hb=748f5ed2b44bc483d8d79a57a207615471214fa6;hpb=e3d8dbb679810e76bfdd39b1191efe5139936d85 diff --git a/source/AppXestiaCalendar.h b/source/AppXestiaCalendar.h index 21b70ce..b4623fe 100644 --- a/source/AppXestiaCalendar.h +++ b/source/AppXestiaCalendar.h @@ -59,6 +59,7 @@ class frmMainADT : public wxFrame // Virtual event handlers, overide them in your derived class virtual void QuitApp( wxCloseEvent& event ) { event.Skip(); } virtual void QuitApp( wxCommandEvent& event ) { event.Skip(); } + virtual void ShowAboutWindow( wxCommandEvent& event ) { event.Skip(); } public: