Changeset 31665 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr
- Timestamp:
- 2015-10-24T17:33:58+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r31646 r31665 5 5 import static org.openstreetmap.josm.io.session.SessionReader.registerSessionLayerImporter; 6 6 import static org.openstreetmap.josm.io.session.SessionWriter.registerSessionLayerExporter; 7 import static org.openstreetmap.josm.tools.I18n.marktr;8 7 import static org.openstreetmap.josm.tools.I18n.tr; 9 8 … … 283 282 } 284 283 refreshLayersURL(); 285 286 /* TODO: remove in july 2012 */287 if(!Main.pref.getBoolean("cadastregrab.shortcut.warn", false))288 {289 Main.pref.put("cadastregrab.shortcut.warn", true);290 JOptionPane.showMessageDialog(Main.parent,291 tr("Plugin cadastre-fr used the key shortcut F11 for grabbing,\n"+292 "which is now allocated for full-screen switch.\n"+293 "The new grabbing key is F10, but you can change the key\n" +294 "in the shortcut settings if you want."));295 }296 284 refreshMenu(); 297 285 }
Note:
See TracChangeset
for help on using the changeset viewer.