Draft: fixed message containing PyQt

This commit is contained in:
Yorik van Havre 2014-01-10 17:55:03 -02:00
parent ffbca2bdff
commit cc9c9dfcf4

View File

@ -35,7 +35,7 @@ import FreeCAD, FreeCADGui, os, Draft, sys
try:
from PySide import QtCore,QtGui,QtSvg
except:
FreeCAD.Console.PrintMessage("Error: Python-qt4 package must be installed on your system to use the Draft module.")
FreeCAD.Console.PrintMessage("Error: Python-pyside package must be installed on your system to use the Draft module.")
class todo:
''' static todo class, delays execution of functions. Use todo.delay