Changeset 16797 in osm for applications
- Timestamp:
- 2009-08-03T12:01:00+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/openstreetbugs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/build.xml
r16622 r16797 26 26 <attribute name="Plugin-Description" value="Imports issues from OpenStreetBugs"/> 27 27 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/OpenStreetBugs"/> 28 <attribute name="Plugin-Mainversion" value="18 15"/>28 <attribute name="Plugin-Mainversion" value="1893"/> 29 29 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 30 30 </manifest> -
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbLayer.java
r16564 r16797 93 93 public Component[] getMenuEntries() { 94 94 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)), 97 97 new JSeparator(), 98 98 new JMenuItem(new RenameLayerAction(null, this)),
Note:
See TracChangeset
for help on using the changeset viewer.