Ignore:
Timestamp:
2011-01-25T15:01:24+01:00 (14 years ago)
Author:
malcolmh
Message:

rename back to smed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/src/smed/Smed.java

    r24778 r25150  
    5757
    5858        try {
    59             JarFile file = new JarFile(pluginDirName  + "/SeaMapEditor.jar");
     59            JarFile file = new JarFile(pluginDirName  + "/smed.jar");
    6060            FileOutputStream fos = new FileOutputStream(pluginDirName + "/splug/smed_ifc.jar");
    6161            JarOutputStream jos = new JarOutputStream(fos);
Note: See TracChangeset for help on using the changeset viewer.