- if using_mxDateTime is true:
- self.log.WriteText('Using mxDateTime module\n')
- else:
- self.log.WriteText('Using Built in CDate module\n')
-
- self.calend = Calendar(self, -1, wxPoint(100, 50), wxSize(200, 180))
+ self.calend = wxCalendar(self, -1, wxPoint(100, 50), wxSize(200, 180))