Changeset 25578 in osm for applications


Ignore:
Timestamp:
2011-03-12T11:35:39+01:00 (13 years ago)
Author:
bastik
Message:

'avoid shortcut conflict (see josm bug 6029)'

Location:
applications/editors/josm/plugins/reverter
Files:
2 edited

Legend:

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

    r25190 r25578  
    3131
    3232        <!-- enter the SVN commit message -->
    33         <property name="commit.message" value="fix bug with handling for incomplete relation members" />
     33        <property name="commit.message" value="avoid shortcut conflict (see josm bug 6029)" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3535        <property name="plugin.main.version" value="3835" />
  • applications/editors/josm/plugins/reverter/src/reverter/ReverterPlugin.java

    r24887 r25578  
    1818    public ReverterPlugin(PluginInformation info) {
    1919        super(info);
    20         JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_R,
     20        JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_S,
    2121                Main.main.menu.defaultMenuPos,ht("/Plugin/Reverter"));
    2222        //MainMenu.add(historyMenu, new ObjectsHistoryAction());
Note: See TracChangeset for help on using the changeset viewer.