From fa8b14809bd1b5db247785f058aeb34e00bb9cf8 Mon Sep 17 00:00:00 2001 From: Damian Wrobel Date: Wed, 6 Sep 2017 20:17:09 +0200 Subject: [dxf2gcode PATCH 2/3] Fix issues tracking system URL Signed-off-by: Damian Wrobel --- source/dxf2gcode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dxf2gcode.py b/source/dxf2gcode.py index 5698a91..ac01ab3 100644 --- a/source/dxf2gcode.py +++ b/source/dxf2gcode.py @@ -554,7 +554,7 @@ class MainWindow(QMainWindow): "For any questions on how to use dxf2gcode please use the " "mailing list
" "To log bugs, or request features please use the " - "issue tracking system
" + "issue tracking system
" "

License and copyright:

" "This program is written in Python and is published under the " "GNU GPLv3 license.
" -- 2.9.5