Changeset 29854 in osm for applications/editors/josm/plugins/livegps/src
- Timestamp:
- 2013-08-21T03:47:16+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/src/livegps/LiveGpsPlugin.java
r29778 r29854 1 1 package livegps; 2 2 3 import static org.openstreetmap.josm.gui.help.HelpUtil.ht;4 import static org.openstreetmap.josm.tools.I18n.marktr;5 3 import static org.openstreetmap.josm.tools.I18n.tr; 6 4 … … 13 11 import javax.swing.JCheckBoxMenuItem; 14 12 import javax.swing.JMenu; 15 import javax.swing.JMenuItem;16 13 17 14 import org.openstreetmap.josm.Main;
Note:
See TracChangeset
for help on using the changeset viewer.
