Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Added a tooltip to output file name.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21080 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Jun 12, 2014
1 parent 9eb37e6 commit 1ad29f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp
Expand Up @@ -176,6 +176,8 @@ void SimulationDialog::setUpForm()
// Output filename
mpFileNameLabel = new Label(tr("File Name (Optional):"));
mpFileNameTextBox = new QLineEdit;
mpFileNameTextBox->setToolTip(tr("The name is used as a prefix for the output files. This is just a name not the path.\n"
"If you want to change the output path then update the working directory in Options/Preferences."));
// Variable filter
mpVariableFilterLabel = new Label(tr("Variable Filter (Optional):"));
mpVariableFilterTextBox = new QLineEdit;
Expand Down

0 comments on commit 1ad29f6

Please sign in to comment.