Changeset 29742 in osm for applications/editors


Ignore:
Timestamp:
2013-07-05T18:34:13+02:00 (11 years ago)
Author:
akks
Message:

[josm_utilsplugin2]: pasting tags is in core long ago. Please update you ancient JOSM :)

Location:
applications/editors/josm/plugins/utilsplugin2
Files:
2 deleted
2 edited

Legend:

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

    r29615 r29742  
    33
    44    <!-- enter the SVN commit message -->
    5     <property name="commit.message" value="Utilsplugin2: validation for pasting tags"/>
     5    <property name="commit.message" value="[josm_utilsplugin2]: pasting tags is in core long ago. Please update you ancient JOSM :)"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    77    <property name="plugin.main.version" value="4980"/>
  • applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/UtilsPlugin2.java

    r29226 r29742  
    5353    JMenuItem wiki;
    5454    JMenuItem latlon;
    55     JMenuItem pasteExtended;
    5655   
    5756    JMenuItem replaceGeometry;
     
    8988        wiki = MainMenu.add(toolsMenu, new OpenPageAction());
    9089        latlon = MainMenu.add(toolsMenu, new LatLonAction());
    91         pasteExtended = MainMenu.add(toolsMenu, new PasteTagsExtendedAction());
    9290
    9391        JMenu selectionMenu = Main.main.menu.addMenu(marktr("Selection"), KeyEvent.VK_N, Main.main.menu.defaultMenuPos, "help");
     
    128126        alignWayNodes.setEnabled(enabled);
    129127        splitOnIntersections.setEnabled(enabled);
    130         pasteExtended.setEnabled(enabled);
    131128        wiki.setEnabled(enabled);
    132129
Note: See TracChangeset for help on using the changeset viewer.