Changeset 27880 in osm for applications/editors/josm/plugins/cadastre-fr/src
- Timestamp:
- 2012-02-19T16:04:25+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r27854 r27880 269 269 tr("Plugin cadastre-fr used the key shortcut F11 for grabbing,\n"+ 270 270 "which is now allocated for full-screen switch.\n"+ 271 "The new grabbing key is F 10, but you can change the key\n" +271 "The new grabbing key is F9, but you can change the key\n" + 272 272 "in the shortcut settings if you want.")); 273 273 } -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionGrab.java
r27852 r27880 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_F 10, Shortcut.DIRECT), false);28 KeyEvent.VK_F9, Shortcut.DIRECT), false); 29 29 } 30 30
Note:
See TracChangeset
for help on using the changeset viewer.