+ restore external constraints after project load

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5352 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
wmayer
2011-12-28 13:19:26 +00:00
parent 5aebda6e2c
commit 93665fa95a
5 changed files with 17 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ short SketchObjectSF::mustExecute() const
App::DocumentObjectExecReturn *SketchObjectSF::execute(void)
{
Base::Console().Warning("%s: This feature is deprecated and will not longer supported in future version of FreeCAD \n",this->getNameInDocument());
Base::Console().Warning("%s: This feature is deprecated and won't be longer supported in future FreeCAD versions\n",this->getNameInDocument());
// do nothing
return App::DocumentObject::StdReturn;
}