Changeset 33047 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionGrab.java
- Timestamp:
- 2016-10-30T21:24:41+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionGrab.java
r32556 r33047 17 17 public class MenuActionGrab extends JosmAction { 18 18 19 public static String name= marktr("Cadastre grab");19 public static final String NAME = marktr("Cadastre grab"); 20 20 21 /** 22 * Constructs a new {@code MenuActionGrab}. 23 */ 21 24 public MenuActionGrab() { 22 super(tr( name), "cadastre_small", tr("Download Image from French Cadastre WMS"),25 super(tr(NAME), "cadastre_small", tr("Download Image from French Cadastre WMS"), 23 26 Shortcut.registerShortcut("cadastre:grab", tr("Cadastre: {0}", tr("Download Image from French Cadastre WMS")), 24 27 KeyEvent.VK_F10, Shortcut.DIRECT), false, "cadastrefr/grab", true); … … 38 41 new MenuActionNewLocation().actionPerformed(e); 39 42 } 40 41 43 }
Note:
See TracChangeset
for help on using the changeset viewer.
