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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified 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.