From 4b04eb08af4902938596736e99c33a136d45c1e5 Mon Sep 17 00:00:00 2001 From: daid Date: Fri, 4 Oct 2013 10:25:27 +0200 Subject: [PATCH] Add clipper as used component (while it is used in the engine, it is good to list it) --- Cura/gui/aboutWindow.py | 1 + 1 file changed, 1 insertion(+) 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/') -- 2.30.2