Changeset 27881 in osm for applications/editors
- Timestamp:
- 2012-02-19T16:16:38+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
r27880 r27881 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 9, but you can change the key\n" +271 "The new grabbing key is F10, 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
r27880 r27881 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 9, Shortcut.DIRECT), false);28 KeyEvent.VK_F10, Shortcut.DIRECT), false); 29 29 } 30 30
Note:
See TracChangeset
for help on using the changeset viewer.