Changeset 19285 in osm for applications/editors/josm/plugins/openstreetbugs
- Timestamp:
- 2010-01-05T16:01:01+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/PointToNewIssueAction.java
r19282 r19285 28 28 package org.openstreetmap.josm.plugins.osb.gui.action; 29 29 30 import static org.openstreetmap.josm.tools.I18n.tr; 31 30 32 import java.awt.Cursor; 31 33 import java.awt.event.ActionEvent; … … 50 52 51 53 public PointToNewIssueAction(JToggleButton button, OsbPlugin plugin) { 54 super(tr("New issue")); 52 55 this.button = button; 53 56 this.plugin = plugin;
Note:
See TracChangeset
for help on using the changeset viewer.