+ fix issues with force constraint

This commit is contained in:
wmayer
2014-10-10 17:42:33 +02:00
parent bb6b2ec5c5
commit ee6cb252fa
3 changed files with 5 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ void TaskFemConstraintForce::updateUI()
else if (ref.substr(pos+1, 4) == "Edge")
ui->labelForce->setText(tr("Force [N/mm]"));
else if (ref.substr(pos+1, 4) == "Face")
ui->labelForce->setText(tr("Force [N/mm²]"));
ui->labelForce->setText(trUtf8("Force [N/mm\xc2\xb2]"));
}
void TaskFemConstraintForce::onSelectionChanged(const Gui::SelectionChanges& msg)