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

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

Location:
applications/editors/josm/plugins/pdfimport
Files:
2 added
2 edited

Legend:

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

    r29803 r29805  
    44    <property name="commit.message" value="Initial pdfimport version"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6088"/>
     6    <property name="plugin.main.version" value="6097"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/pdfimport/src/pdfimport/PdfImportPlugin.java

    r29803 r29805  
    1717        public PdfImportPlugin(PluginInformation info) {
    1818                super(info);
    19                 name = tr("Import PDf file");
    20                 MainMenu.add(Main.main.menu.dataMenu, new PdfImportAction());
     19                name = tr("Import PDF file");
     20                MainMenu.add(Main.main.menu.imagerySubMenu, new PdfImportAction());
    2121        }
    2222}
Note: See TracChangeset for help on using the changeset viewer.