Ignore:
Timestamp:
2013-07-24T21:45:09+02:00 (11 years ago)
Author:
akks
Message:

[josm_plugins]: move more plugin items to new menus, set minimum JOSM to 6082, add Netbeans projects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoPlugin.java

    r29769 r29771  
    7878
    7979    private void createMenusAndShortCuts() {
    80         boolean oldMenu = org.openstreetmap.josm.data.Version.getInstance().getVersion() < 6082;
    81         VMenu = Main.main.menu.addMenu(marktr("Video"), oldMenu?KeyEvent.VK_D: KeyEvent.VK_Q, Main.main.menu.defaultMenuPos,ht("/Plugin/Videomapping"));
     80        VMenu = Main.main.menu.addMenu(marktr("Video"), KeyEvent.VK_Q, Main.main.menu.defaultMenuPos,ht("/Plugin/Videomapping"));
    8281        VMenu.setEnabled(false);
    8382        VAdd= new JosmAction(tr("Import Video"),"videomapping",tr("Sync a video against this GPS track"),null,false) {
Note: See TracChangeset for help on using the changeset viewer.