Ignore:
Timestamp:
09/13/11 23:51:07 (13 years ago)
Author:
wschamai
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.simulation/src/org/openmodelica/modelicaml/simulation/handlers/GenerateTestSiMDataAction.java

    r947 r953  
    206206            }
    207207       
    208             Job job = new Job("Modelica Code and Test Simulation Models Data Generation") {
     208            Job job = new Job("Test Simulation Models Data Generation") {
    209209                protected IStatus run(IProgressMonitor monitor) {
    210210                    runchain(monitor);
     
    219219        }
    220220       
    221         CompoundCommand cc = new CompoundCommand("Modelica Code and Test Simulation Models Data Generation");
     221        CompoundCommand cc = new CompoundCommand("Test Simulation Models Data Generation");
    222222        return (cc.unwrap());
    223223    }
Note: See TracChangeset for help on using the changeset viewer.