Changeset 29805 in osm for applications/editors/josm/plugins/ImportImagePlugin
- Timestamp:
- 2013-08-01T18:46:11+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/ImportImagePlugin
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ImportImagePlugin/build.xml
r29435 r29805 5 5 <property name="commit.message" value="use consistent plugin name (don't mix up the words)" /> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value=" 4549" />7 <property name="plugin.main.version" value="6097" /> 8 8 9 9 <property name="plugin.author" value="Christoph Beekmans, Fabian Kowitz, Anna Robaszkiewicz, Oliver Kuhn, Martin Ulitzny"/> -
applications/editors/josm/plugins/ImportImagePlugin/nbproject
-
Property svn:ignore
set to
private
-
Property svn:ignore
set to
-
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.