X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fforms%2Fmain%2FfrmMain.h;h=5dd5ec3aad41b92d4d41187a58e87bfe0d3aff04;hb=e79afea4cd8930a1ebbdda0e3543dd0a89e45b34;hp=ca8fd1d3d0d7d49a5c05b79d9f0e6ee226be3c09;hpb=d6e213d116fd284a20c8863991d32730773026df;p=xestiacalendar%2F.git diff --git a/source/forms/main/frmMain.h b/source/forms/main/frmMain.h index ca8fd1d..5dd5ec3 100644 --- a/source/forms/main/frmMain.h +++ b/source/forms/main/frmMain.h @@ -14,6 +14,7 @@ Subclass of frmMainADT, which is generated by wxFormBuilder. #include "../../AppXestiaCalendar.h" #include "../about/frmAbout.h" +#include "../update/frmUpdate.h" #include "../../widgets/XCCalendarCtrl.h" #include "../../libraries/CalendarDataStorage/CalendarDataStorage.h" @@ -38,6 +39,7 @@ class frmMain : public frmMainADT void QuitApp( wxCloseEvent& event ); void QuitApp( wxCommandEvent& event ); void QuitApp(); + void ShowUpdateWindow( wxCommandEvent& event ); void ShowAboutWindow( wxCommandEvent& event ); void LoadAccountData();