Changeset 157 in tmcsimulator-scriptbuilder


Ignore:
Timestamp:
11/20/2019 03:37:13 PM (6 years ago)
Author:
sdanthin
Message:

ScriptBuilderFrame?.java updated units_template.xml location accordingly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/scriptbuilder/gui/ScriptBuilderFrame.java

    r151 r157  
    185185    private void addCustomListeners(){ 
    186186         
    187         String fileName = "Incidents/units.xml"; 
     187        String fileName = "src/resources/units_template.xml"; 
    188188        File unitFile = new File(fileName); 
    189189        script.loadUnitsFromFile(unitFile); 
Note: See TracChangeset for help on using the changeset viewer.