From e8ec419e725052152b2c804b3e69a75649a2e5e9 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Fri, 10 Jan 2014 17:55:03 -0200 Subject: [PATCH] Draft: fixed message containing PyQt --- src/Mod/Draft/DraftGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Draft/DraftGui.py b/src/Mod/Draft/DraftGui.py index 76f19c4186..b4041a8484 100644 --- a/src/Mod/Draft/DraftGui.py +++ b/src/Mod/Draft/DraftGui.py @@ -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