X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fforms%2Fabout%2FfrmAbout.h;fp=source%2Fforms%2FfrmAbout.h;h=97d3b1cd6ed708757f2e51d735b16b4aa2598c91;hp=d5581600bb69610dfad866f402a65499707c4d69;hb=e3d8dbb679810e76bfdd39b1191efe5139936d85;hpb=d9e0ebd6a1ea258231f2f39f534f961208586521 diff --git a/source/forms/frmAbout.h b/source/forms/about/frmAbout.h similarity index 68% rename from source/forms/frmAbout.h rename to source/forms/about/frmAbout.h index d558160..97d3b1c 100644 --- a/source/forms/frmAbout.h +++ b/source/forms/about/frmAbout.h @@ -6,7 +6,15 @@ Subclass of frmAboutADT, which is generated by wxFormBuilder. */ -#include "../AppXestiaCalendar.h" +#include +#include +#include +#include + +#include "../../version.h" +#include "../../bitmaps.h" + +#include "../../AppXestiaCalendar.h" //// end generated include @@ -19,6 +27,7 @@ class frmAbout : public frmAboutADT public: /** Constructor */ frmAbout( wxWindow* parent ); + void SetupAboutWindow(); //// end generated class members };