Ignore:
Timestamp:
2007-11-10T13:14:03+01:00 (17 years ago)
Author:
ulf
Message:

some minor menu changes

Location:
applications/editors/josm/plugins/wmsplugin/src/wmsplugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Map_Rectifier_WMSmenuAction.java

    r2121 r5431  
    1717
    1818        public Map_Rectifier_WMSmenuAction() {
    19                 super("Rectified Image", "OLmarker", "Download Rectified Image from Metacarta's Map Rectifer WMS", 0, 0, false);
     19                super("Rectified Image ...", "OLmarker", "Download Rectified Image from Metacarta's Map Rectifer WMS", 0, 0, false);
    2020
    2121
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSPlugin.java

    r5415 r5431  
    55
    66import java.awt.event.ActionEvent;
     7import java.awt.event.KeyEvent;
    78import java.util.ArrayList;
    89import java.util.Map;
     
    9697                if (wmsJMenu == null) {
    9798                        wmsJMenu = new JMenu(tr("WMS"));
     99                        wmsJMenu.setMnemonic(KeyEvent.VK_W);
    98100                        menu.add(wmsJMenu, 5);
    99101                } else {
Note: See TracChangeset for help on using the changeset viewer.