Changeset 15961 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
- Timestamp:
- 2009-06-17T09:46:26+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r15904 r15961 190 190 transparency = 1.0f; 191 191 } 192 // overwrite F11 shortcut used from the beginning by this plugin and recently used 192 // overwrite F11 shortcut used from the beginning by this plugin and recently used 193 193 // for full-screen switch in JOSM core 194 194 int i = 0; … … 202 202 } 203 203 if (!alreadyRedefined) { 204 int reply = JOptionPane.showConfirmDialog(null, 204 int reply = JOptionPane.showConfirmDialog(null, 205 205 tr("Plugin cadastre-fr used traditionaly for grabbing the key shortcut F11\n"+ 206 206 "which is currently allocated for full-screen switch by default\n"+
Note:
See TracChangeset
for help on using the changeset viewer.