Ignore:
Timestamp:
2013-08-01T18:46:11+02:00 (12 years ago)
Author:
akks
Message:

[josm/plugins]: more imagery layer adding actions to Imagery/More submenu

Location:
applications/editors/josm/plugins/ImportImagePlugin
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ImportImagePlugin/build.xml

    r29435 r29805  
    55        <property name="commit.message" value="use consistent plugin name (don't mix up the words)" />
    66        <!-- 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" />
    88
    99    <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
  • applications/editors/josm/plugins/ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/ImportImagePlugin.java

    r29803 r29805  
    1616import org.openstreetmap.josm.actions.ExtensionFileFilter;
    1717import org.openstreetmap.josm.actions.JosmAction;
     18import org.openstreetmap.josm.gui.MainMenu;
    1819import org.openstreetmap.josm.plugins.Plugin;
    1920import org.openstreetmap.josm.plugins.PluginInformation;
     
    8889
    8990            // create new Action for menu entry
    90             LoadImageAction loadFileAction = new LoadImageAction();
     91            loadFileAction = new LoadImageAction();
    9192            loadFileAction.setEnabled(true);
     93            MainMenu.add(Main.main.menu.imagerySubMenu, loadFileAction);
    9294
    9395            // add menu entries
Note: See TracChangeset for help on using the changeset viewer.