From: daid Date: Fri, 4 Oct 2013 08:25:27 +0000 (+0200) Subject: Add clipper as used component (while it is used in the engine, it is good to list it) X-Git-Tag: 13.10~22 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=cura.git;a=commitdiff_plain;h=4b04eb08af4902938596736e99c33a136d45c1e5 Add clipper as used component (while it is used in the engine, it is good to list it) --- diff --git a/Cura/gui/aboutWindow.py b/Cura/gui/aboutWindow.py index d065faf5..1e4bed72 100644 --- a/Cura/gui/aboutWindow.py +++ b/Cura/gui/aboutWindow.py @@ -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/')