chiark / gitweb /
Add clipper as used component (while it is used in the engine, it is good to list it)
authordaid <daid303@gmail.com>
Fri, 4 Oct 2013 08:25:27 +0000 (10:25 +0200)
committerdaid <daid303@gmail.com>
Fri, 4 Oct 2013 08:25:27 +0000 (10:25 +0200)
Cura/gui/aboutWindow.py

index d065faf5db32d67898e11bc7a3e3dba65a070a14..1e4bed726c645708a6ef080704e5e8c4a4e1780e 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/')