Skip to content

Commit

Permalink
- Added support for conditional breakpoints.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22254 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Sep 10, 2014
1 parent ac3a548 commit ebcf936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Simulation/SimulationDialog.cpp
Expand Up @@ -147,7 +147,7 @@ void SimulationDialog::setUpForm()
mpNumberOfProcessorsLabel = new Label(tr("Number of Processors:"));
mpNumberOfProcessorsSpinBox = new QSpinBox;
mpNumberOfProcessorsSpinBox->setSpecialValueText("<Auto>");
mpNumberOfProcessorsNoteLabel = new Label(tr("Note: Use 1 processor if you encounter problems during compilation."));
mpNumberOfProcessorsNoteLabel = new Label(tr("Use 1 processor if you encounter problems during compilation."));
// Launch Debugger checkbox
mpLaunchDebuggerCheckBox = new QCheckBox(tr("Launch Debugger"));
// set General Tab Layout
Expand Down

0 comments on commit ebcf936

Please sign in to comment.