Changeset 29805 in osm for applications/editors/josm/plugins/ImportImagePlugin/src/org
- Timestamp:
- 2013-08-01T18:46:11+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/ImportImagePlugin.java
r29803 r29805 16 16 import org.openstreetmap.josm.actions.ExtensionFileFilter; 17 17 import org.openstreetmap.josm.actions.JosmAction; 18 import org.openstreetmap.josm.gui.MainMenu; 18 19 import org.openstreetmap.josm.plugins.Plugin; 19 20 import org.openstreetmap.josm.plugins.PluginInformation; … … 88 89 89 90 // create new Action for menu entry 90 LoadImageActionloadFileAction = new LoadImageAction();91 loadFileAction = new LoadImageAction(); 91 92 loadFileAction.setEnabled(true); 93 MainMenu.add(Main.main.menu.imagerySubMenu, loadFileAction); 92 94 93 95 // add menu entries
Note:
See TracChangeset
for help on using the changeset viewer.