Changeset 19448 in osm for applications/editors/josm/plugins/livegps/src
- Timestamp:
- 2010-01-13T14:45:10+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/src/livegps/LiveGpsPlugin.java
r19056 r19448 24 24 import org.openstreetmap.josm.gui.layer.Layer; 25 25 import org.openstreetmap.josm.plugins.Plugin; 26 import org.openstreetmap.josm.plugins.PluginInformation; 26 27 import org.openstreetmap.josm.tools.Shortcut; 27 28 … … 115 116 } 116 117 117 public LiveGpsPlugin() { 118 public LiveGpsPlugin(PluginInformation info) { 119 super(info); 118 120 MainMenu menu = Main.main.menu; 119 121 lgpsmenu = menu.addMenu(marktr("LiveGPS"), KeyEvent.VK_G,
Note:
See TracChangeset
for help on using the changeset viewer.
