chiark / gitweb /
Add default machine profiles for other machines then Ultimakers.
[cura.git] / Cura / gui / aboutWindow.py
index d065faf5db32d67898e11bc7a3e3dba65a070a14..703f0086084b8640d491891dbc09fab96d8ced06 100644 (file)
@@ -28,6 +28,7 @@ class aboutWindow(wx.Dialog):
                s.Add(wx.StaticText(p, -1, 'Cura is build with the following components:'), flag=wx.TOP, border=10)
                self.addComponent('Cura', 'Graphical user interface', 'AGPLv3', 'https://github.com/daid/Cura')
                self.addComponent('CuraEngine', 'GCode Generator', 'AGPLv3', 'https://github.com/Ultimaker/CuraEngine')
+               self.addComponent('Clipper', 'Polygon clipping library', 'Boost', 'http://www.angusj.com/delphi/clipper.php')
 
                self.addComponent('Python 2.7', 'Framework', 'Python', 'http://python.org/')
                self.addComponent('wxPython', 'GUI Framework', 'wxWindows', 'http://www.wxpython.org/')
@@ -41,6 +42,12 @@ class aboutWindow(wx.Dialog):
                        self.addComponent('EjectMedia', 'Utility to safe-remove SD cards', 'Freeware', 'http://www.uwe-sieber.de/english.html')
                self.addComponent('Pymclevel', 'Python library for reading Minecraft levels.', 'ISC', 'https://github.com/mcedit/pymclevel')
 
+               #Translations done by:
+               #Dutch: Charlotte Jansen
+               #German: Gregor Luetolf
+               #Polish: Piotr Paczynski
+               #French: Jeremie Francois
+               #Spanish: Jose Gemez
                self.Fit()
 
        def addComponent(self, name, description, license, url):