Draft: Added wiki instructions URL to DXFimporter download fail message
This commit is contained in:
parent
9fb882b103
commit
83988ca831
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user