Changeset 16797 in osm for applications/editors


Ignore:
Timestamp:
2009-08-03T12:01:00+02:00 (15 years ago)
Author:
guggis
Message:

Updated to JOSM release 1893

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

Legend:

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

    r16622 r16797  
    2626                <attribute name="Plugin-Description" value="Imports issues from OpenStreetBugs"/>
    2727                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/OpenStreetBugs"/>
    28                 <attribute name="Plugin-Mainversion" value="1815"/>
     28                <attribute name="Plugin-Mainversion" value="1893"/>
    2929                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    3030            </manifest>
  • applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbLayer.java

    r16564 r16797  
    9393    public Component[] getMenuEntries() {
    9494        return new Component[]{
    95                 new JMenuItem(new LayerListDialog.ShowHideLayerAction(this)),
    96                 new JMenuItem(new LayerListDialog.DeleteLayerAction(this)),
     95                new JMenuItem(LayerListDialog.getInstance().createShowHideLayerAction(this)),
     96                new JMenuItem(LayerListDialog.getInstance().createDeleteLayerAction(this)),
    9797                new JSeparator(),
    9898                new JMenuItem(new RenameLayerAction(null, this)),
Note: See TracChangeset for help on using the changeset viewer.