Skip to content

Commit 0f0f06c

Browse files
authored
Removed obsolete text from OMEdit simulation setup Translation Flags menu (OpenModelica#13937)
1 parent 8b228dd commit 0f0f06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMEdit/OMEditLIB/Simulation/TranslationFlagsWidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ TranslationFlagsWidget::TranslationFlagsWidget(QWidget *pParent)
6363
mpIndexReductionMethodComboBox->addItems(indexReductionMethods.allChoices);
6464
Utilities::setToolTip(mpIndexReductionMethodComboBox, "Index Reduction Methods", indexReductionMethods.allComments);
6565
mpInitializationCheckBox = new QCheckBox(tr("Show additional information from the initialization process"));
66-
mpEvaluateAllParametersCheckBox = new QCheckBox(tr("Evaluate all parameters (faster simulation, cannot change them at runtime, does not work with old frontend)"));
66+
mpEvaluateAllParametersCheckBox = new QCheckBox(tr("Evaluate all parameters (faster simulation, cannot change them at runtime)"));
6767
mpNLSanalyticJacobianCheckBox = new QCheckBox(tr("Enable analytical jacobian for non-linear strong components"));
6868
mpParmodautoCheckBox = new QCheckBox(tr("Enable parallelization of independent systems of equations (Experimental)"));
6969
mpOldInstantiationCheckBox = new QCheckBox(tr("Enable old frontend for code generation"));

0 commit comments

Comments
 (0)