Draft: Added wiki instructions URL to DXFimporter download fail message

This commit is contained in:
Yorik van Havre 2015-09-12 14:28:25 -03:00
parent 9fb882b103
commit 83988ca831

View File

@ -74,9 +74,9 @@ def errorDXFLib(gui):
from PySide import QtGui, QtCore
from DraftTools import translate
message = translate("Draft","""Download of dxf libraries failed.
Please download them manually from:
https://github.com/yorikvanhavre/Draft-dxf-importer
and place them in your macros folder.""")
Please download and install them manually.
See complete instructions at
http://www.freecadweb.org/wiki/index.php?title=Dxf_Importer_Install""")
QtGui.QMessageBox.information(None,"",message)
else:
FreeCAD.Console.PrintWarning("The DXF import/export libraries needed by FreeCAD to handle the DXF format are not installed.\n")