dialogs/AboutDialog.py
changeset 1736 7e61baa047f0
parent 1628 6309efe91289
child 1782 5b6ad7a7fd9d
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
   173 
   173 
   174         close.Bind(wx.EVT_BUTTON, lambda evt: self.Destroy())
   174         close.Bind(wx.EVT_BUTTON, lambda evt: self.Destroy())
   175 
   175 
   176 #----------------------------------------------------------------------
   176 #----------------------------------------------------------------------
   177 
   177 
       
   178 
   178 def ShowAboutDialog(parent, info):
   179 def ShowAboutDialog(parent, info):
   179     if os.name == "nt":
   180     if os.name == "nt":
   180         AboutDialog(parent, info)
   181         AboutDialog(parent, info)
   181     else:
   182     else:
   182         wx.AboutBox(info)
   183         wx.AboutBox(info)