def OnClose(self, e):
self.Destroy()
-
-# info = wx.AboutDialogInfo()
-# info.SetName("Cura")
-# info.SetDescription("""
-# End solution for Open Source Fused Filament Fabrication 3D printing.
-# * Cura is the graphical User Interface.
-# * CuraEngine is the slicer/gcode generator.
-# Cura and the CuraEngine are licensed AGPLv3.
-# """)
-# info.SetWebSite('http://software.ultimaker.com/')
-# info.SetCopyright(_("Copyright (C) David Braam"))
-# info.SetLicence("""
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Affero General Public License for more details.
-#
-# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# """)
-# wx.AboutBox(info)