Blame dxf2gcode-0002-Fix-issues-tracking-system-URL.patch

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

License and copyright:

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