FEM: rename ObjectsTaskPanel into TaskPanelObjects

This commit is contained in:
Bernd Hahnebach
2015-11-06 21:38:57 +01:00
parent 7847c6fcac
commit d10d18bd4d
14 changed files with 33 additions and 32 deletions

View File

@@ -33,8 +33,8 @@ class _ViewProviderFemAnalysis:
FemGui.setActiveAnalysis(self.Object)
return True
else:
import _JobControlTaskPanel
taskd = _JobControlTaskPanel(self.Object)
import _TaskPanelJobControl
taskd = _TaskPanelJobControl(self.Object)
FreeCADGui.Control.showDialog(taskd)
return True