From cc9c9dfcf451b22af5f8562589e5c7fdf2e09608 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 76f19c418..b4041a848 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