FEM: cpp commands post, fix warning class and a typo

This commit is contained in:
Bernd Hahnebach
2018-09-10 14:02:17 +02:00
committed by wmayer
parent cdacdc9f63
commit 862bc4e766

View File

@@ -1117,8 +1117,8 @@ void setupFilter(Gui::Command* cmd, std::string Name) {
if (pipeline == nullptr) {
QMessageBox::warning(Gui::getMainWindow(),
qApp->translate("CmdFemPostCreateClipFilter", "Error: Wrong or no or to many vtk post processing objects."),
qApp->translate("CmdFemPostCreateClipFilter", "The filter could not set up. Select one vtk post processing pipeline object, or select nothing and make sure there is exact one vtk post processing pipline object in the document"));
qApp->translate("setupFilter", "Error: Wrong or no or to many vtk post processing objects."),
qApp->translate("setupFilter", "The filter could not set up. Select one vtk post processing pipeline object, or select nothing and make sure there is exact one vtk post processing pipline object in the document."));
return;
}
else {