Changeset 27906 in osm for applications/editors/josm/plugins/cadastre-fr/src
- Timestamp:
- 2012-02-20T19:25:50+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionGrab.java
r27881 r27906 26 26 super(tr(name), "cadastre_small", tr("Download Image from French Cadastre WMS"), 27 27 Shortcut.registerShortcut("cadastre:grab", tr("Cadastre: {0}", tr("Download Image from French Cadastre WMS")), 28 KeyEvent.VK_F10, Shortcut.DIRECT), false );28 KeyEvent.VK_F10, Shortcut.DIRECT), false, "cadastrefr/grab", true); 29 29 } 30 30 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionGrabPlanImage.java
r26509 r27906 54 54 55 55 public MenuActionGrabPlanImage() { 56 super(tr(name), "cadastre_small", tr("Grab non-georeferenced image"), null, false );56 super(tr(name), "cadastre_small", tr("Grab non-georeferenced image"), null, false, "cadastrefr/grabplanimage", true); 57 57 } 58 58 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLoadFromCache.java
r26330 r27906 23 23 24 24 public MenuActionLoadFromCache() { 25 super(tr(name), "cadastre_small", tr("Load location from cache (only if cache is enabled)"), null, false );25 super(tr(name), "cadastre_small", tr("Load location from cache (only if cache is enabled)"), null, false, "cadastrefr/loadfromcache", true); 26 26 } 27 27 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionNewLocation.java
r26228 r27906 52 52 53 53 public MenuActionNewLocation() { 54 super(tr("Change location"), "cadastre_small", tr("Set a new location for the next request"), null, false );54 super(tr("Change location"), "cadastre_small", tr("Set a new location for the next request"), null, false, "cadastrefr/newlocation", true); 55 55 } 56 56
Note:
See TracChangeset
for help on using the changeset viewer.