FEM: cpp commands post, fix warning class and a typo
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user