- about = wxMessageDialog(self,
- "wxPython is a Python extension module that\n"
- "encapsulates the wxWindows GUI classes.\n\n"
- "This demo shows off some of the capabilities\n"
- "of wxPython.\n\n"
- " Developed by Robin Dunn",
- "About wxPython", wxOK)
+ #about = wxMessageDialog(self,
+ # "wxPython is a Python extension module that\n"
+ # "encapsulates the wxWindows GUI classes.\n\n"
+ # "This demo shows off some of the capabilities\n"
+ # "of wxPython.\n\n"
+ # " Developed by Robin Dunn",
+ # "About wxPython", wxOK)
+ from About import MyAboutBox
+ about = MyAboutBox(self)