Ignore:
Timestamp:
2009-08-03T11:57:10+02:00 (15 years ago)
Author:
guggis
Message:

Updated to JOSM release 1893

Location:
applications/editors/josm/plugins/walkingpapers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/walkingpapers/build.xml

    r16570 r16795  
    2626                <attribute name="Plugin-Description" value="Supports downloading tiled, scanned maps from walking-papers.org. This plugin is still under early development and may be buggy."/>
    2727                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/WalkingPapers"/>
    28                 <attribute name="Plugin-Mainversion" value="1725"/>
     28                <attribute name="Plugin-Mainversion" value="1893"/>
    2929                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    3030            </manifest>
  • applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersLayer.java

    r16569 r16795  
    341341        public Component[] getMenuEntries() {
    342342                return new Component[] {
    343                                 new JMenuItem(new LayerListDialog.ShowHideLayerAction(this)),
    344                                 new JMenuItem(new LayerListDialog.DeleteLayerAction(this)),
     343                                new JMenuItem(LayerListDialog.getInstance().createShowHideLayerAction(this)),
     344                                new JMenuItem(LayerListDialog.getInstance().createDeleteLayerAction(this)),
    345345                                new JSeparator(),
    346346                                // color,
Note: See TracChangeset for help on using the changeset viewer.