Skip to content

Commit

Permalink
Make C the default target language
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Feb 9, 2016
1 parent 18e70bd commit 9c9e4d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Options/OptionsDialog.cpp
Expand Up @@ -2589,6 +2589,7 @@ SimulationPage::SimulationPage(OptionsDialog *pOptionsDialog)
mpTargetLanguageComboBox->setItemData(i, description, Qt::ToolTipRole);
i++;
}
mpTargetLanguageComboBox->setCurrentIndex(mpTargetLanguageComboBox->findText("C"));
// Compiler
mpCompilerLabel = new Label(tr("Target Compiler:"));
OMCInterface::getConfigFlagValidOptions_res target = mpOptionsDialog->getMainWindow()->getOMCProxy()->getConfigFlagValidOptions("target");
Expand Down

0 comments on commit 9c9e4d1

Please sign in to comment.