Ignore:
Timestamp:
07/18/13 09:27:30 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/simulator/DataCenterWorkloadSimulator.java

    r1133 r1142  
    116116                                @Override 
    117117                                public String getDescription() { 
    118                                         return "DCWoRMS experiment file"; 
     118                                        return "DCworms experiment file"; 
    119119                                } 
    120120                        }; 
    121121                        ch.setFileFilter(filter); 
    122                         ch.setDialogTitle("Choose the WoRMS simulation experiment file"); 
     122                        ch.setDialogTitle("Choose the DCworms simulation experiment file"); 
    123123                        int result = ch.showOpenDialog(ch); 
    124124                        if (result == JFileChooser.APPROVE_OPTION) { 
Note: See TracChangeset for help on using the changeset viewer.